mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): use correct token
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c9fc3212d4
commit
2449208290
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -661,9 +661,9 @@ jobs:
|
||||
- name: Login to GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
shell: bash
|
||||
run: echo "${GITHUB_PKG_TOKEN}" | docker login ghcr.io -u prymitive --password-stdin
|
||||
run: echo "${GH_PKG_TOKEN}" | docker login ghcr.io -u prymitive --password-stdin
|
||||
env:
|
||||
GITHUB_PKG_TOKEN: ${{ secrets.GITHUB_PKG_TOKEN }}
|
||||
GH_PKG_TOKEN: ${{ secrets.GH_PKG_TOKEN }}
|
||||
|
||||
- name: Push Docker image to GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user