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 83cacaf commit 1601222Copy full SHA for 1601222
.github/workflows/deploy-to-control-plane.yml
@@ -59,6 +59,14 @@ 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 }}"
69
+
70
- name: Get PR Number for Push Event
71
if: github.event_name == 'push'
72
id: get-pr
0 commit comments