diff options
| author | 2021-04-05 17:54:25 +0100 | |
|---|---|---|
| committer | 2021-04-05 17:54:25 +0100 | |
| commit | 93757588399d8d1d3c1a132d12d12d1f9104f937 (patch) | |
| tree | d944e1f134eec598ef0cb5355ed01a0966044b0b | |
| parent | chore: don't create an instance of intents before calling its classmethod (diff) | |
| parent | Merge pull request #1501 from python-discord/ks123/ghcr-token-to-github (diff) | |
Merge branch 'main' into vcokltfre-intents-classmethod
| -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" | 
