remove token debug
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m47s

This commit is contained in:
2025-07-06 01:19:12 -07:00
parent 1122e14da8
commit 30666a3a37

View File

@ -17,10 +17,6 @@ jobs:
container:
image: barichello/godot-ci:4.4
steps:
- name: Debug GITEA_TOKEN
run: echo "GITEA_TOKEN=${GITEA_TOKEN}"
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
- name: Install Node.js