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 f4f2969 commit e418718Copy full SHA for e418718
.github/workflows/release.yml
@@ -48,6 +48,8 @@ jobs:
48
subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
49
- name: Update release notes with attestation
50
if: ${{ steps.release.outputs.releases_created == 'true' }}
51
+ env:
52
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
run: |
54
gh release view ${{ github.event.inputs.version }} --json body -q '.body' > new-release-notes.md
55
echo "## Attestation" >> new-release-notes.md
0 commit comments