We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad0d0f commit a1bb405Copy full SHA for a1bb405
.github/workflows/release.yaml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
goreleaser:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: write
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2.3.4
@@ -20,8 +22,8 @@ jobs:
20
22
uses: crazy-max/ghaction-import-gpg@v5.0.0
21
23
with:
24
# These secrets will need to be configured for the repository:
- gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_2024 }}
- passphrase: ${{ secrets.GPG_PASSPHRASE_2024 }}
25
+ gpg_private_key: ${{ secrets.KURRENT_IO_GPG_KEY }}
26
+ passphrase: ${{ secrets.KURRENT_IO_GPG_KEY_PASSPHRASE }}
27
- name: Run GoReleaser
28
uses: goreleaser/goreleaser-action@v3.0.0
29
0 commit comments