Skip to content

Commit

Permalink
fix: passed arguments (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Encord-davids authored Sep 8, 2023
1 parent ca0afea commit 9afdf7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Build frontend
uses: ./.github/actions/build-frontend
with:
secrets: ${{ toJSON(secrets) }}

- name: Setup root poetry environment
uses: ./.github/actions/setup-root-poetry-environment
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Build
uses: ./.github/actions/build-frontend
with:
secrets: ${{ toJSON(secrets) }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9afdf7c

Please sign in to comment.