Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
version: "~> v2"
args: release --clean
env:
# goreleaser's changelog (use: github) calls the compare API even when the GitHub
# release is disabled; without a token it 401s. contents:read is enough.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: attest build provenance
uses: actions/attest-build-provenance@v2
Expand Down
Loading