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 5948213 commit 6a134edCopy full SHA for 6a134ed
.github/workflows/test.yml
@@ -7,6 +7,7 @@ on:
7
branches: [ "master" ]
8
permissions:
9
contents: read
10
+ id-token: write
11
env:
12
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
13
jobs:
@@ -24,3 +25,5 @@ jobs:
24
25
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
26
- name: Test with Maven
27
run: ./mvnw clean verify --file pom.xml
28
+ env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments