Skip to content

Commit

Permalink
env on correct job
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 26, 2024
1 parent ea35ea3 commit 63537d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
split-pages:
name: Prepare pages
runs-on: ubuntu-latest
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
outputs:
pages: ${{ steps.env.outputs.pages }}
steps:
Expand All @@ -46,6 +44,8 @@ jobs:
name: Take Screenshots
needs: [split-pages]
runs-on: ${{ matrix.os }}
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
Expand Down

0 comments on commit 63537d9

Please sign in to comment.