mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Pass Secrets 2
This commit is contained in:
parent
f2cada1d12
commit
95b9c6fc4a
3
.github/workflows/debug_build.yml
vendored
3
.github/workflows/debug_build.yml
vendored
@ -23,5 +23,4 @@ jobs:
|
||||
uses: './.github/workflows/update_schemas.yml'
|
||||
with:
|
||||
artifact_name: NewHorizons-Schemas-Debug
|
||||
secrets:
|
||||
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}
|
||||
secrets: inherit
|
||||
|
||||
3
.github/workflows/release_build.yml
vendored
3
.github/workflows/release_build.yml
vendored
@ -34,8 +34,7 @@ jobs:
|
||||
uses: ./.github/workflows/update_schemas.yml
|
||||
with:
|
||||
artifact_name: NewHorizons-Schemas-Release
|
||||
secrets:
|
||||
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}
|
||||
secrets: inherit
|
||||
Update_Docs:
|
||||
name: 'Update Docs'
|
||||
needs: Build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user