aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-04-05 20:54:37 +0100
committerGravatar GitHub <[email protected]>2021-04-05 20:54:37 +0100
commit5ff540b82b1ba0a0a9128a369840190a376c6499 (patch)
treef7649b90cc2c3090c4c5b0dab456b77a643df428 /.github
parentMinor test changes for the !user embed (diff)
parentMerge 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.yml2
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"