Skip to content

Commit 321ec31

Browse files
committed
#424 - added token
1 parent 6d6acf9 commit 321ec31

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
release:
2020
if: github.ref_name == 'main'
2121
runs-on: ubuntu-latest
22-
permissions:
23-
contents: read
24-
issues: write
2522
steps:
2623
- uses: actions/checkout@v4
24+
with:
25+
token: ${{ secrets.GITHUB_TOKEN }}
2726
- name: Set up JDK 11
2827
uses: actions/setup-java@v4
2928
with:
@@ -36,7 +35,7 @@ jobs:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3736
- name: Configure Git User
3837
run: |
39-
git config --local user.email "actions@github.com"
38+
git config --local user.email "sep3tools@github.com"
4039
git config --local user.name "GitHub Actions"
4140
- name: Create Maven Release
4241
run: mvn -Dresume=false -DreleaseVersion=${{ github.event.inputs.release_version }} -DdevelopmentVersion=${{ github.event.inputs.next_version }} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform

0 commit comments

Comments
 (0)