aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-04-06 13:26:35 -0700
committerGravatar GitHub <[email protected]>2021-04-06 13:26:35 -0700
commit41f0661d433d97e508228b5658ee8367cb52eb9d (patch)
tree7a10f03ad8fb76666a1dacec55c0125d3f02a439
parentfix: use api fetch not cache get (diff)
parentMerge pull request #658 from python-discord/ks123/ghcr-token-to-github (diff)
Merge branch 'main' into vcokltfre-avatar
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0a006eb9..baa046ce 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,7 +36,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"