Skip to content

Commit

Permalink
Changing token's envvar name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi committed Nov 25, 2024
1 parent 7cd6026 commit 1d5f100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
github-token: ENNAHDI_TOKEN

- name: Configure Git user
run: |
git config user.email "[email protected]"
git config user.name "Mohamed Ennahdi El Idrissi"
- name: Build with Maven
run: mvn -B release:clean release:prepare release:perform --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.ENNAHDI_TOKEN }}
ENNAHDI_TOKEN: ${{ secrets.ENNAHDI_TOKEN }}

0 comments on commit 1d5f100

Please sign in to comment.