Skip to content

Commit

Permalink
Update ci-requiring-tokens.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent 5719ba1 commit f6655bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-requiring-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: false
MAPBOX_DOWNLOAD_TOKEN:
required: false
ENV_MAPBOX_DOWNLOAD_TOKEN:
required: false

concurrency:
group: ${{ github.head_ref || github.run_id }}-ci-with-tokens
Expand All @@ -30,3 +32,4 @@ jobs:
secrets:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}
MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.MAPBOX_DOWNLOAD_TOKEN }}
ENV_MAPBOX_DOWNLOAD_TOKEN: ${{ secrets.ENV_MAPBOX_DOWNLOAD_TOKEN }}

0 comments on commit f6655bb

Please sign in to comment.