Skip to content

Commit a1bb405

Browse files
committed
Update workflow for v1.5.29 republish - fix secrets and permissions
1 parent 4ad0d0f commit a1bb405

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
goreleaser:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- name: Checkout
1113
uses: actions/checkout@v2.3.4
@@ -20,8 +22,8 @@ jobs:
2022
uses: crazy-max/ghaction-import-gpg@v5.0.0
2123
with:
2224
# These secrets will need to be configured for the repository:
23-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_2024 }}
24-
passphrase: ${{ secrets.GPG_PASSPHRASE_2024 }}
25+
gpg_private_key: ${{ secrets.KURRENT_IO_GPG_KEY }}
26+
passphrase: ${{ secrets.KURRENT_IO_GPG_KEY_PASSPHRASE }}
2527
- name: Run GoReleaser
2628
uses: goreleaser/goreleaser-action@v3.0.0
2729
with:

0 commit comments

Comments
 (0)