From 9196c6248e542d6a93509c3ea6cd9c4863cdd0a6 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Mon, 19 May 2025 03:15:20 -0400 Subject: [PATCH] Update build.yml Inject PAT into env --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c15bde65..2a7448b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,7 @@ jobs: env: PROGRESS_SLUG: animalcrossing PROGRESS_API_KEY: ${{ secrets.PROGRESS_API_KEY }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} # for accessing github endpoints run: | python tools/upload_progress.py -b https://progress.decomp.club/ \ -p $PROGRESS_SLUG -v ${{ matrix.version }} \