Skip to content

Commit 83b1ff0

Browse files
committed
ci: rename GITHUB_ to GH_
1 parent d9d3d0b commit 83b1ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-pub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
uses: docker/login-action@v1
2121
env:
2222
GITHUB_USER: ${{ github.actor }}
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2424
with:
2525
registry: ghcr.io
2626
username: $GITHUB_USER
27-
password: ${{ secrets.GITHUB_TOKEN }}
27+
password: ${{ secrets.GH_TOKEN }}
2828

2929
- name: Build and Push Docker Image
3030
env:

0 commit comments

Comments
 (0)