ci: trying to use the secrets token instead of default one
This commit is contained in:
@ -47,9 +47,10 @@ jobs:
|
||||
run: |
|
||||
apt update && apt -y install curl zip nodejs
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
token: ${{ secrets.token }}
|
||||
- name: Import resources and build solution
|
||||
run: |
|
||||
godot --headless --editor --build-solutions --quit --import --path $PWD
|
||||
|
Reference in New Issue
Block a user