File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323 packages : write # to push container images
2424 pull-requests : write
2525 env :
26- CHAINLOOP_VERSION : 0.90.1
2726 CHAINLOOP_TOKEN : ${{ secrets.CHAINLOOP_TOKEN }}
2827 CONTAINER_IMAGE_CP : ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
2928 CONTAINER_IMAGE_CAS : ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
3736
3837 - name : Install Chainloop
3938 run : |
40- curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
39+ curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
4140
4241 - name : Download jq
4342 run : |
Original file line number Diff line number Diff line change 2121 contents : read
2222 security-events : write
2323 env :
24- CHAINLOOP_VERSION : 0.90.1
2524 CHAINLOOP_TOKEN : ${{ secrets.CHAINLOOP_TOKEN }}
2625 CHAINLOOP_WORKFLOW_NAME : " chainloop-vault-codeql"
2726
3433 - name : Install Chainloop
3534 if : ${{ github.event_name != 'pull_request' }}
3635 run : |
37- curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
36+ curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
3837
3938 - name : Checkout repository
4039 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments