Skip to content

Commit

Permalink
different token
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent 6c8fa64 commit 8dd6add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: mvn -T 4 -B clean deploy
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}
# GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }}
# GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }}

0 comments on commit 8dd6add

Please sign in to comment.