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