We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 015d28e + 5b1f852 commit 1df152dCopy full SHA for 1df152d
.github/workflows/release-build-workflow.yml
@@ -7,15 +7,15 @@ jobs:
7
runs-on: ubuntu-24.04
8
if: github.repository == 'Restream/reindexer-java'
9
env:
10
- MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE_1 }}
11
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up JDK 1.11
15
uses: actions/setup-java@v1
16
with:
17
java-version: 1.11
18
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY_1 }}
19
gpg-passphrase: MAVEN_GPG_PASSPHRASE
20
21
- name: Install Reindexer
0 commit comments