Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins committed Mar 6, 2025
1 parent 34376e1 commit f33660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f33660a

Please sign in to comment.