ci: trying to use the secrets token instead of default one

This commit is contained in:
2025-06-16 08:12:08 +02:00
parent f9b5bbb4e8
commit 20fd0f48a3

View File

@ -47,9 +47,10 @@ jobs:
run: | run: |
apt update && apt -y install curl zip nodejs apt update && apt -y install curl zip nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v3
with: with:
lfs: true lfs: true
token: ${{ secrets.token }}
- name: Import resources and build solution - name: Import resources and build solution
run: | run: |
godot --headless --editor --build-solutions --quit --import --path $PWD godot --headless --editor --build-solutions --quit --import --path $PWD