Update install.md #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | ||
pull_request_target: | ||
branches: [ main ] | ||
jobs: | ||
approve: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Approve | ||
run: echo For security reasons, all pull requests need to be approved first before running any automated CI. | ||
call_ci_requiring_tokens: | ||
name: "CI requiring tokens" | ||
enivoronment: | ||
Check failure on line 14 in .github/workflows/ci-for-fored-repos.yml
|
||
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 }} | ||