Skip to content

Commit 575b428

Browse files
authored
Merge pull request #40 from wbstack/ghtoken
Blanket ${{ secrets.GITHUB_TOKEN }}
2 parents 8cf8ba7 + 583adcb commit 575b428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.repository_owner }}
45-
password: ${{ secrets.CR_PAT }}
45+
password: ${{ secrets.GITHUB_TOKEN }}
4646
-
4747
name: Build and push
4848
uses: docker/build-push-action@v2.7.0

0 commit comments

Comments
 (0)