Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci-requiring-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: ./.github/workflows/android-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox
secrets:
Expand All @@ -46,6 +47,7 @@ jobs:
uses: ./.github/workflows/android-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox
NEW_ARCH: true
Expand All @@ -61,6 +63,7 @@ jobs:
uses: ./.github/workflows/android-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox11
secrets:
Expand All @@ -74,6 +77,7 @@ jobs:
uses: ./.github/workflows/ios-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox
secrets:
Expand All @@ -87,6 +91,7 @@ jobs:
uses: ./.github/workflows/ios-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox
NEW_ARCH: true
Expand All @@ -101,6 +106,7 @@ jobs:
uses: ./.github/workflows/ios-actions.yml
with:
env_name: ${{ inputs.env_name }}
ref: ${{ inputs.ref }}
NVMRC: ${{ inputs.NVMRC }}
MAP_IMPL: mapbox11
secrets:
Expand Down