diff options
| author | 2021-04-06 13:26:35 -0700 | |
|---|---|---|
| committer | 2021-04-06 13:26:35 -0700 | |
| commit | 41f0661d433d97e508228b5658ee8367cb52eb9d (patch) | |
| tree | 7a10f03ad8fb76666a1dacec55c0125d3f02a439 | |
| parent | fix: use api fetch not cache get (diff) | |
| parent | Merge pull request #658 from python-discord/ks123/ghcr-token-to-github (diff) | |
Merge branch 'main' into vcokltfre-avatar
| -rw-r--r-- | .github/workflows/build.yaml | 2 | 
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" | 
