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