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
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:

- name: Install SOPS
uses: nhedger/setup-sops@v2
env:
# mise-action exports a job-wide GITHUB_TOKEN; setup-sops also passes
# its own default `token` input. octokit's auth-action rejects the
# token being specified twice, so clear the inherited env var here and
# let the action use its own input.
GITHUB_TOKEN: ''

- name: Decrypt signing secrets
env:
Expand Down
Loading