diff options
| author | 2021-04-05 20:54:37 +0100 | |
|---|---|---|
| committer | 2021-04-05 20:54:37 +0100 | |
| commit | 5ff540b82b1ba0a0a9128a369840190a376c6499 (patch) | |
| tree | f7649b90cc2c3090c4c5b0dab456b77a643df428 /.github | |
| parent | Minor test changes for the !user embed (diff) | |
| parent | Merge pull request #1500 from python-discord/vcokltfre-intents-classmethod (diff) | |
Merge branch 'main' into user-colors
Diffstat (limited to '.github')
| -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" |