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'
|
uses: './.github/workflows/update_schemas.yml'
|
||||||
with:
|
with:
|
||||||
artifact_name: NewHorizons-Schemas-Debug
|
artifact_name: NewHorizons-Schemas-Debug
|
||||||
secrets:
|
secrets: inherit
|
||||||
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}
|
|
||||||
|
|||||||
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
|
uses: ./.github/workflows/update_schemas.yml
|
||||||
with:
|
with:
|
||||||
artifact_name: NewHorizons-Schemas-Release
|
artifact_name: NewHorizons-Schemas-Release
|
||||||
secrets:
|
secrets: inherit
|
||||||
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}
|
|
||||||
Update_Docs:
|
Update_Docs:
|
||||||
name: 'Update Docs'
|
name: 'Update Docs'
|
||||||
needs: Build
|
needs: Build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user