From 8d02ad5bd52f7c12a659bcfe874189b5dfd95c25 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 13 Dec 2020 00:24:35 +0100 Subject: [PATCH] CI/CD: Configure GitHub Actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74e762d..987a689 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GH_PAT }} - name: Build and push uses: docker/build-push-action@v2