Skip to content

Commit

Permalink
fix(ci): inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoutschen committed Jul 4, 2024
1 parent 6330454 commit 44c0a63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
uses: ./.github/workflows/tests-mac-x86.yml
with:
router-versions: '["1.48.0", "1.49.0"]'
composition-versions: '["2.8.0"]'
composition-versions: '["2.8.0"]'
secrets: inherit
3 changes: 3 additions & 0 deletions .github/workflows/tests-mac-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
description: 'JSON list of supergraph versions'
required: true
type: string
secrets:
FLYBY_APOLLO_KEY:
required: true

jobs:
build-rover:
Expand Down

0 comments on commit 44c0a63

Please sign in to comment.