Skip to content

Commit f950711

Browse files
Merge pull request #33 from vk-or/maintenance/add-attestation-on-release-notes
Add token variable
2 parents 2d6805f + 090a3a3 commit f950711

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
subject-checksums: ./dist/${{ github.event.repository.name }}_${{ fromJSON(steps.goreleaser.outputs.metadata).version }}_SHA256SUMS
7171

7272
- name: Update release notes with attestation
73+
env:
74+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7375
run: |
7476
gh release view "${{ github.ref_name }}" --json body -q '.body' --repo "${{ github.repository }}" > new-release-notes.md
7577
echo "" >> new-release-notes.md

0 commit comments

Comments
 (0)