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 }}" }'