Skip to content

Commit

Permalink
Update maven_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi authored Dec 23, 2024
1 parent c5e14ee commit 873f1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ENNAHDI_TOKEN }}
token: ${{ secrets.ENNAHDI_NEW_TOKEN }}
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Build with Maven
run: mvn -B release:clean release:prepare release:perform --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.ENNAHDI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ENNAHDI_NEW_TOKEN }}

0 comments on commit 873f1b1

Please sign in to comment.