From 24d4a1a130ce1a8d8954f72fc7b21024829d81b2 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 26 Jun 2024 20:07:13 +0100 Subject: [PATCH] test? --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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