diff options
| author | 2021-04-05 17:52:54 +0300 | |
|---|---|---|
| committer | 2021-04-05 17:52:54 +0300 | |
| commit | c68dba3b9d570292f5f47e066eb9866fae1001f2 (patch) | |
| tree | 682b0faee85717e9adf6663df29e52b9cd892e6c | |
| parent | Merge pull request #1479 from python-discord/limit-nominate-command-channels (diff) | |
Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action
GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore.
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6826e09b..84a671917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs:          with:            registry: ghcr.io            username: ${{ github.repository_owner }} -          password: ${{ secrets.GHCR_TOKEN  }} +          password: ${{ secrets.GITHUB_TOKEN  }}        # Build and push the container to the GitHub Container        # Repository. The container will be tagged as "latest" | 
