Pass Secrets

This commit is contained in:
Ben C 2022-11-15 13:48:40 -05:00
parent 0acbf68093
commit f2cada1d12
No known key found for this signature in database
GPG Key ID: 7F8F04504B670474
2 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,5 @@ 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:
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}

View File

@ -34,6 +34,8 @@ 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:
SCHEMAS_TOKEN: ${{ secrets.SCHEMAS_TOKEN }}
Update_Docs: Update_Docs:
name: 'Update Docs' name: 'Update Docs'
needs: Build needs: Build