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 6a134ed commit 172c3e6Copy full SHA for 172c3e6
.github/workflows/test.yml
@@ -6,10 +6,8 @@ on:
6
pull_request:
7
branches: [ "master" ]
8
permissions:
9
- contents: read
+ 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
@@ -26,4 +24,5 @@ jobs:
26
24
- name: Test with Maven
27
25
run: ./mvnw clean verify --file pom.xml
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
0 commit comments