From 8a0878f1a548adc29fa159d1befb091d07846441 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Fri, 22 Jan 2021 12:27:49 +0530 Subject: [PATCH] fix github token --- .github/workflows/hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index f6ea38a..2ad80fa 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -37,7 +37,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.CR_PAT }} - name: Build and push uses: docker/build-push-action@v2