From 00b4fbda99724d89e82b5ec4bd58d6a98ce89821 Mon Sep 17 00:00:00 2001 From: Ranyodh Singh Date: Wed, 25 Oct 2023 21:17:48 -0400 Subject: [PATCH] Use GITHUB_TOKEN in the Github Action --- .github/workflows/{build.yml => release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build.yml => release.yml} (93%) diff --git a/.github/workflows/build.yml b/.github/workflows/release.yml similarity index 93% rename from .github/workflows/build.yml rename to .github/workflows/release.yml index 1ea56bea..3cda078f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.WORKFLOW_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build docker image working-directory: .