diff options
author | 2021-04-05 16:58:08 +0100 | |
---|---|---|
committer | 2021-04-05 16:58:08 +0100 | |
commit | adad4110016d8a645e3c6c7fb363f4724fe69529 (patch) | |
tree | 78e3378812f87165ef312753187ec04f189b7b14 | |
parent | Use .gitattributes to normalise line endings on check-in (diff) |
Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publish
-rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f95957a..65f9d85 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} # This step builds and pushed the container to the # Github Container Registry tagged with "latest" and |