From f33660a596bbb429cb3c56ed67bcfc8b7d0bd8a2 Mon Sep 17 00:00:00 2001 From: Sean Boettger Date: Thu, 6 Mar 2025 16:32:35 +0000 Subject: [PATCH] fix --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e645c4fc..20a22d43 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -236,7 +236,7 @@ jobs: cd ./branch-previews/${ref}/ if [ "${event}" == "push" ]; then echo "Artifacts Branch! ${ref}" - python3 ../../../script/.github/workflows/release.py "${GITHUB_TOKEN}" "WhyPenguins/SplashkitOnline" "${ref}" "${sha}" yes + python3 ../../../script/.github/workflows/release.py "${{ secrets.GITHUB_TOKEN }}" "WhyPenguins/SplashkitOnline" "${ref}" "${sha}" yes fi - name: Structure Deployment # Put everything inside the `deployed` branch's folder