mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
attempt using PAT for submodule checkout
This commit is contained in:
parent
ed6bc553ed
commit
50b579ed4f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
token: ${{ secrets.GH_RO_PAT }}
|
||||
- uses: ./.github/actions/setup-haxeshit
|
||||
- name: Build game
|
||||
run: |
|
||||
|
@ -48,6 +49,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
token: ${{ secrets.GH_RO_PAT }}
|
||||
- uses: ./.github/actions/setup-haxeshit
|
||||
- name: Build game
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue