From 167f5bdfb23b0bc8763cc2371a38ff55a89ed128 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 20 Jun 2023 14:28:08 -0700 Subject: [PATCH] Pipe secrets through to exam job --- .github/workflows/_ember-exam.yml | 3 +++ .github/workflows/test-ui.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/_ember-exam.yml b/.github/workflows/_ember-exam.yml index 2012cbd32..6b6fe407f 100644 --- a/.github/workflows/_ember-exam.yml +++ b/.github/workflows/_ember-exam.yml @@ -9,6 +9,9 @@ on: split: required: true type: number + secrets: + PERCY_TOKEN: + required: true jobs: exam: diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 0d0494cab..b168812f5 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -58,6 +58,7 @@ jobs: with: partition: ${{ matrix.partition }} split: ${{ matrix.split }} + secrets: inherit finalize: runs-on: ubuntu-latest timeout-minutes: 30