Pass Secrets 2

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

View File

@ -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

View File

@ -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