Skip to content

Commit

Permalink
chore: pass secrets through to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 28, 2024
1 parent 8882fd8 commit b24d4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install
run: yarn install

- name: Debug Environment Variables
run: env

- name: Build all packages
run: yarn nx run-many -t build

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
build:
name: 👷 Build
strategy:
fail-fast: false
matrix:
application: [bigcommerce-mesh, orocommerce-mesh]
uses: ./.github/workflows/build.yml
with:
application: ${{ matrix.application }}
secrets: inherit

0 comments on commit b24d4f2

Please sign in to comment.