Skip to content

Commit b96746a

Browse files
authored
chore(github-actions): updates token var
why cant i use GITHUB_TOKEN lmao
1 parent 18a3301 commit b96746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}
60-
password: ${{ secrets.GITHUB_TOKEN }}
60+
password: ${{ secrets.PTOKEN }}
6161

6262
# Extract metadata (tags, labels) for Docker
6363
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)