From f25bb28ee5ed4a058f20fc95360ed7546661ee4f Mon Sep 17 00:00:00 2001 From: Akhilesh Date: Mon, 4 Mar 2024 18:38:37 +0000 Subject: [PATCH] fix: update dockerhub credential --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 583b634..cbcaab5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: workflow: dockerhub repo: runiac/docker - token: ${{ secrets.RUNIAC_PAT }} + token: ${{ secrets.DOCKERHUB_TOKEN }} ref: main inputs: '{ "ref": "${{ github.ref }}" }'