Skip to content

Commit

Permalink
Update env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed May 28, 2024
1 parent 6ce3971 commit 042837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Execute Gradle build
env:
GRGIT_USER: "Angelillo15"
GRGIT_PASSWORD: ${{ secrets.TOKEN }}
GRGIT_PASS: ${{ secrets.TOKEN }}
run: |
chmod +x gradlew
./gradlew NookureStaff-API:publish NookureStaff-API:gitPublishPushAll

0 comments on commit 042837d

Please sign in to comment.