mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Pipe secrets through to exam job
This commit is contained in:
3
.github/workflows/_ember-exam.yml
vendored
3
.github/workflows/_ember-exam.yml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
split:
|
||||
required: true
|
||||
type: number
|
||||
secrets:
|
||||
PERCY_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
exam:
|
||||
|
||||
1
.github/workflows/test-ui.yml
vendored
1
.github/workflows/test-ui.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
with:
|
||||
partition: ${{ matrix.partition }}
|
||||
split: ${{ matrix.split }}
|
||||
secrets: inherit
|
||||
finalize:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
|
||||
Reference in New Issue
Block a user