mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix[GLIT-67]: update repo secret name for github token
This commit is contained in:
parent
32913c5aed
commit
0ce74739e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- name: Login to ghcr.io
|
||||
env:
|
||||
PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||
PAT: ${{ secrets.GH_TOKEN }}
|
||||
run: printf "$PAT" | docker login --username _ --password-stdin ghcr.io
|
||||
|
||||
- name: Build and push Docker images
|
||||
|
|
|
|||
Loading…
Reference in a new issue