Skip to content

Commit 172c3e6

Browse files
committed
Add Release manage
1 parent 6a134ed commit 172c3e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ on:
66
pull_request:
77
branches: [ "master" ]
88
permissions:
9-
contents: read
9+
contents: write
1010
id-token: write
11-
env:
12-
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
1311
jobs:
1412
test:
1513
runs-on: ubuntu-24.04
@@ -26,4 +24,5 @@ jobs:
2624
- name: Test with Maven
2725
run: ./mvnw clean verify --file pom.xml
2826
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)