Pipe secrets through to exam job

This commit is contained in:
Michael Lange
2023-06-20 14:28:08 -07:00
parent 7d80d0ed37
commit 167f5bdfb2
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ on:
split:
required: true
type: number
secrets:
PERCY_TOKEN:
required: true
jobs:
exam:

View File

@@ -58,6 +58,7 @@ jobs:
with:
partition: ${{ matrix.partition }}
split: ${{ matrix.split }}
secrets: inherit
finalize:
runs-on: ubuntu-latest
timeout-minutes: 30