Skip to content

Commit 9b47726

Browse files
authored
release.yml: stop writing signore secrets to disk
we're setting signore secrets in the goreleaser step's environment, so there is no reason to have `setup-signore` configure them as well
1 parent 0821303 commit 9b47726

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
uses: hashicorp/setup-signore@v1
2828
with:
2929
github-token: ${{secrets.SIGNORE_TOKEN}}
30-
client-id: $${{secrets.SIGNORE_CLIENT_ID}}
31-
client-secret: $${{secrets.SIGNORE_CLIENT_SECRET}}
3230
- name: Install hc-codesign
3331
id: codesign
3432
run: |

0 commit comments

Comments
 (0)