Skip to content

Commit 342b9db

Browse files
committed
Rename secret
Renamed GITHUB_TOKEN to GH_TOKEN because for some reason secret names starting with GITHUB are not allowed
1 parent 1044e4f commit 342b9db

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
username: ${{ github.actor }}
29-
password: ${{ secrets.GITHUB_TOKEN }}
29+
password: ${{ secrets.GH_TOKEN }}
3030

3131
- name: Build and push
3232
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)