From d4ac7020fd6e8988e2ce9210019b18ac150d271c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Thu, 30 Nov 2023 16:59:55 +0100 Subject: [PATCH] pass ref to correctly run CI on forks --- .github/workflows/ci-requiring-tokens.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-requiring-tokens.yml b/.github/workflows/ci-requiring-tokens.yml index 669ff2042..66aee435b 100644 --- a/.github/workflows/ci-requiring-tokens.yml +++ b/.github/workflows/ci-requiring-tokens.yml @@ -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: @@ -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 @@ -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: @@ -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: @@ -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 @@ -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: