Skip to content

Commit e418718

Browse files
committed
fix: add attestations (#9)
* docs: updated expired discord link (#4349) chore: add attestations chore: add attestations * fix(ci): at attestation for release artifacts * fix(ci): at attestation for release artifacts
1 parent f4f2969 commit e418718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
4949
- name: Update release notes with attestation
5050
if: ${{ steps.release.outputs.releases_created == 'true' }}
51+
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5153
run: |
5254
gh release view ${{ github.event.inputs.version }} --json body -q '.body' > new-release-notes.md
5355
echo "## Attestation" >> new-release-notes.md

0 commit comments

Comments
 (0)