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 9c5892c commit af99c33Copy full SHA for af99c33
.github/workflows/release.yaml
@@ -45,6 +45,7 @@ jobs:
45
env:
46
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
47
ATTESTATION_ID: ${{ needs.init_attestation.outputs.attestation_id }}
48
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
outputs:
50
attestation_hash: ${{ steps.attest_goreleaser.outputs.attestation_hash }}
51
@@ -99,8 +100,6 @@ jobs:
99
100
101
- name: Generate SBOMs, upload to release and attest
102
id: attest_goreleaser
- env:
103
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
run: |
105
# goreleaser output resides in dist/artifacts.json
106
# Attest all built containers and manifests
0 commit comments