We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1601222 commit 077525eCopy full SHA for 077525e
.github/workflows/deploy-to-control-plane.yml
@@ -59,13 +59,8 @@ jobs:
59
60
echo "All required secrets and variables are set"
61
62
- - name: Install Control Plane CLI
63
- run: |
64
- curl -L https://github.com/controlplane-com/cli/releases/latest/download/cpln-linux-amd64.tar.gz | tar xz
65
- sudo mv cpln /usr/local/bin/
66
- curl -L https://github.com/controlplane-com/cpln-cli-flow/releases/latest/download/cpflow-linux-amd64.tar.gz | tar xz
67
- sudo mv cpflow /usr/local/bin/
68
- cpln auth token "${{ env.CPLN_TOKEN }}"
+ - name: Setup Environment
+ uses: ./.github/actions/setup-environment
69
70
- name: Get PR Number for Push Event
71
if: github.event_name == 'push'
0 commit comments