diff options
| author | 2021-04-05 18:36:55 +0300 | |
|---|---|---|
| committer | 2021-04-05 18:36:55 +0300 | |
| commit | 286598c27ef18e7049ba882dc610a9bb2c54cdbc (patch) | |
| tree | 682b0faee85717e9adf6663df29e52b9cd892e6c | |
| parent | Merge pull request #1479 from python-discord/limit-nominate-command-channels (diff) | |
| parent | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action (diff) | |
Merge pull request #1501 from python-discord/ks123/ghcr-token-to-github
Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action
| -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" | 
