Skip to content

Commit

Permalink
fix: use PAT token (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Feb 4, 2024
1 parent 66a916f commit b068b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: bumpTag
uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # 1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true

# Sets up the QEMU emulator that emulates different architectures
Expand Down

0 comments on commit b068b46

Please sign in to comment.