Skip to content

Commit 1bb5509

Browse files
committed
Add Release manage
1 parent 172c3e6 commit 1bb5509

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
permissions:
99
contents: write
1010
id-token: write
11+
env:
12+
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
1113
jobs:
1214
test:
1315
runs-on: ubuntu-24.04
@@ -21,8 +23,9 @@ jobs:
2123
distribution: temurin
2224
cache: maven
2325
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2428
- name: Test with Maven
2529
run: ./mvnw clean verify --file pom.xml
2630
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2831
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)