Skip to content

Commit a45d5aa

Browse files
authored
fix(ci): Add missing GH_TOKEN env (#1805)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent cff2ddf commit a45d5aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ jobs:
182182
steps:
183183
- name: Add attestation link to release notes
184184
if: ${{ success() }}
185+
env:
186+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185187
run: |
186188
chainloop_release_url="## Chainloop Attestation"$'\n'"[View the attestation of this release](https://app.chainloop.dev/attestation/${{ needs.finish_attestation.outputs.attestation_hash }})"
187189
current_notes=$(gh release view ${{github.ref_name}} --json body -q '.body')

0 commit comments

Comments
 (0)