Skip to content

Commit 1736df5

Browse files
authored
Merge pull request #532 from ekristen/chore-semantic2
fix(workflow): allow ekristen-dev[bot] for signing
2 parents 29af54f + 39059a1 commit 1736df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "GORELEASER_ARGS=--snapshot --skip-publish" >> $GITHUB_ENV
7171
- name: setup quill
7272
uses: 1password/load-secrets-action@v2
73-
if: startsWith(github.ref, 'refs/tags/') == true && github.actor == github.repository_owner
73+
if: startsWith(github.ref, 'refs/tags/') == true && (github.actor == github.repository_owner || github.actor == 'ekristen-dev[bot]')
7474
with:
7575
export-env: true
7676
env:

0 commit comments

Comments
 (0)