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 2307679 commit fbca8d2Copy full SHA for fbca8d2
.github/workflows/release.yaml
@@ -17,6 +17,7 @@ jobs:
17
permissions:
18
id-token: write # required to use OIDC and retrieve Google Cloud Credentials
19
contents: write # required for goreleaser
20
+ packages: write # to push container images
21
env:
22
CHAINLOOP_VERSION: 0.8.89
23
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
@@ -26,7 +27,7 @@ jobs:
26
27
- name: Install Cosign
28
uses: sigstore/cosign-installer@v2.5.0
29
- - name: Install ChainLoop
30
+ - name: Install Chainloop
31
run: |
32
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
33
0 commit comments