Skip to content

Commit 1df152d

Browse files
authored
Merge pull request #111 from steleal/fix-gpg-creds
Fix gpg creds
2 parents 015d28e + 5b1f852 commit 1df152d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-24.04
88
if: github.repository == 'Restream/reindexer-java'
99
env:
10-
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
10+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE_1 }}
1111

1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up JDK 1.11
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.11
18-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
18+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY_1 }}
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020

2121
- name: Install Reindexer

0 commit comments

Comments
 (0)