Skip to content

Commit

Permalink
Merge pull request #340 from hashicorp/signore-dont-write-secrets-to-…
Browse files Browse the repository at this point in the history
…disk

release.yml: stop writing signore secrets to disk
  • Loading branch information
milescrabill authored Oct 26, 2021
2 parents 0821303 + 9b47726 commit 817ea41
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 817ea41

Please sign in to comment.