You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,8 @@ jobs:
182
182
steps:
183
183
- name: Add attestation link to release notes
184
184
if: ${{ success() }}
185
+
env:
186
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185
187
run: |
186
188
chainloop_release_url="## Chainloop Attestation"$'\n'"[View the attestation of this release](https://app.chainloop.dev/attestation/${{ needs.finish_attestation.outputs.attestation_hash }})"
187
189
current_notes=$(gh release view ${{github.ref_name}} --json body -q '.body')
0 commit comments