File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,18 @@ jobs:
68
68
if : startsWith(github.ref, 'refs/heads/renovate') == true
69
69
run : |
70
70
echo "GORELEASER_ARGS=--snapshot --skip-publish" >> $GITHUB_ENV
71
- - name : setup quill
72
- uses : 1password/load-secrets-action@v2
73
- if : startsWith(github.ref, 'refs/tags/') == true && github.actor == github.repository_owner
74
- with :
75
- export-env : true
76
- env :
77
- OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
78
- QUILL_NOTARY_KEY : ${{ secrets.OP_QUILL_NOTARY_KEY }}
79
- QUILL_NOTARY_KEY_ID : ${{ secrets.OP_QUILL_NOTARY_KEY_ID }}
80
- QUILL_NOTARY_ISSUER : ${{ secrets.OP_QUILL_NOTARY_ISSUER }}
81
- QUILL_SIGN_PASSWORD : ${{ secrets.OP_QUILL_SIGN_PASSWORD }}
82
- QUILL_SIGN_P12 : ${{ secrets.OP_QUILL_SIGN_P12 }}
71
+ # - name: setup quill
72
+ # uses: 1password/load-secrets-action@v2
73
+ # if: startsWith(github.ref, 'refs/tags/') == true && github.actor == github.repository_owner
74
+ # with:
75
+ # export-env: true
76
+ # env:
77
+ # OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
78
+ # QUILL_NOTARY_KEY: ${{ secrets.OP_QUILL_NOTARY_KEY }}
79
+ # QUILL_NOTARY_KEY_ID: ${{ secrets.OP_QUILL_NOTARY_KEY_ID }}
80
+ # QUILL_NOTARY_ISSUER: ${{ secrets.OP_QUILL_NOTARY_ISSUER }}
81
+ # QUILL_SIGN_PASSWORD: ${{ secrets.OP_QUILL_SIGN_PASSWORD }}
82
+ # QUILL_SIGN_P12: ${{ secrets.OP_QUILL_SIGN_P12 }}
83
83
- name : run goreleaser
84
84
uses : goreleaser/goreleaser-action@v6
85
85
with :
You can’t perform that action at this time.
0 commit comments