Skip to content

Commit

Permalink
Update ci-for-forked-repos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent dff6097 commit 3299fda
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci-for-forked-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
environment:
name: CI with Mapbox Tokens
needs: [approve]
uses: ./.github/workflows/ci-requiring-tokens.yml
with:
NVMRC: v18.18.0
secrets:
MAPBOX_ACCESS_TOKEN: ${{ secrets.ENV_MAPBOX_ACCESS_TOKEN }}
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.ENV_MAPBOX_DOWNLOAD_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/ci-requiring-tokens.yml
with:
NVMRC: v18.18.0
MAPBOX_ACCESS_TOKEN: ${{ secrets.ENV_MAPBOX_ACCESS_TOKEN }}
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.ENV_MAPBOX_DOWNLOAD_TOKEN }}

0 comments on commit 3299fda

Please sign in to comment.