aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-04-05 17:52:54 +0300
committerGravatar GitHub <[email protected]>2021-04-05 17:52:54 +0300
commitc68dba3b9d570292f5f47e066eb9866fae1001f2 (patch)
tree682b0faee85717e9adf6663df29e52b9cd892e6c
parentMerge 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.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"