diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 647e963..cea8531 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -11,7 +11,7 @@ jobs: image: ghcr.io/triumphteam/website:latest credentials: username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.github_token }} steps: # Check out the repo to access the files