fix[GLIT-67]: update repo secret name for github token

This commit is contained in:
George Qing 2024-01-30 11:27:36 +08:00
parent 32913c5aed
commit 0ce74739e7

View file

@ -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