Skip to content

Commit

Permalink
Use JENKINS_GITHUB_TOKEN GitHub org secret
Browse files Browse the repository at this point in the history
Replace GRGIT_USER repo secret
  • Loading branch information
SgtSilvio committed Jun 11, 2024
1 parent 9b4cab5 commit 5f0bdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: ./gradlew githubRelease gitPublishPush jib
env:
githubToken: ${{ secrets.GITHUB_TOKEN }}
GRGIT_USER: ${{ secrets.GRGIT_USER }}
GRGIT_USER: ${{ secrets.JENKINS_GITHUB_TOKEN }}
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }}

0 comments on commit 5f0bdd9

Please sign in to comment.