Skip to content

Commit

Permalink
Update on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Mar 3, 2022
1 parent 9b9f550 commit da0d655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
NVMRC: ${{ needs.lint_test_generate.outputs.NVMRC }}
secrets:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}

MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.MAPBOX_DOWNLOAD_TOKEN }}

call_ios_workflow:
needs: lint_test_generate
Expand All @@ -49,6 +49,7 @@ jobs:
NVMRC: ${{ needs.lint_test_generate.outputs.NVMRC }}
secrets:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.MAPBOX_DOWNLOAD_TOKEN }}

publish:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit da0d655

Please sign in to comment.