Skip to content

Commit 9e23ddd

Browse files
authored
release/ci: Fix for GPG secret passing (#3461)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 13f758b commit 9e23ddd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
app-id:
1010
app-key:
1111
gpg-key:
12-
gpg-key-password:
12+
gpg-password:
1313

1414
inputs:
1515
actions-version:

.github/workflows/_publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
app-id:
1010
app-key:
1111
gpg-key:
12-
gpg-key-password:
12+
gpg-password:
1313

1414
inputs:
1515
artifact-workflows:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
app-id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }}
2525
app-key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }}
2626
gpg-key: ${{ secrets.ENVOY_GPG_MAINTAINER_KEY }}
27-
gpg-key-password: ${{ secrets.ENVOY_GPG_MAINTAINER_KEY_PASSWORD }}
27+
gpg-password: ${{ secrets.ENVOY_GPG_MAINTAINER_KEY_PASSWORD }}
2828
uses: ./.github/workflows/_publish.yml
2929
with:
3030
committer-email: "140627008+publish-envoy[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)