Skip to content

Commit

Permalink
release.yml: stop writing signore secrets to disk
Browse files Browse the repository at this point in the history
we're setting signore secrets in the goreleaser step's environment, so there is no reason to have `setup-signore` configure them as well
  • Loading branch information
milescrabill authored Oct 25, 2021
1 parent 0821303 commit 9b47726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
uses: hashicorp/setup-signore@v1
with:
github-token: ${{secrets.SIGNORE_TOKEN}}
client-id: $${{secrets.SIGNORE_CLIENT_ID}}
client-secret: $${{secrets.SIGNORE_CLIENT_SECRET}}
- name: Install hc-codesign
id: codesign
run: |
Expand Down

0 comments on commit 9b47726

Please sign in to comment.