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.
1 parent 172c3e6 commit 1bb5509Copy full SHA for 1bb5509
.github/workflows/test.yml
@@ -8,6 +8,8 @@ on:
8
permissions:
9
contents: write
10
id-token: write
11
+env:
12
+ GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
13
jobs:
14
test:
15
runs-on: ubuntu-24.04
@@ -21,8 +23,9 @@ jobs:
21
23
distribution: temurin
22
24
cache: maven
25
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- name: Test with Maven
29
run: ./mvnw clean verify --file pom.xml
30
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
0 commit comments