From 41c12e93a24bab3f26bfdf348b161ce8a13b920e Mon Sep 17 00:00:00 2001 From: Phoenix / Hotaru Date: Sat, 2 Oct 2021 13:57:12 +0100 Subject: [PATCH] Use Github Token --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 34f1dde..b596f40 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -27,7 +27,7 @@ jobs: with: registry: ${{ env.IMAGE_REGISTRY }} username: ${{ env.IMAGE_OWNER }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push id: docker_build