Skip to content

Commit cee1b2c

Browse files
committed
remove quill
1 parent 1ba4abc commit cee1b2c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/goreleaser.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@ jobs:
6868
if: startsWith(github.ref, 'refs/heads/renovate') == true
6969
run: |
7070
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 }}
8383
- name: run goreleaser
8484
uses: goreleaser/goreleaser-action@v6
8585
with:

0 commit comments

Comments
 (0)