Skip to content

Commit

Permalink
try alt token value
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent 0c0dae7 commit f1a0376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
run: mvn -B clean verify
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
# GITHUB_TOKEN: ${{ secrets.PCALOUCHE_TOKEN }}

0 comments on commit f1a0376

Please sign in to comment.