From 24a3cc90b59d910f20280ad0bd280a1173ccf4ff Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Tue, 7 Nov 2023 16:50:57 +0000 Subject: [PATCH] Update token var --- .github/workflows/smoke-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 0672b1fa..b4cf9c53 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -76,9 +76,9 @@ jobs: - uses: ./.github/actions/python-cache - name: Run UI Tests (Debug) run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} - timeout-minutes: 100 + timeout-minutes: 60 env: - GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} # to open a PR + GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR GITHUB_PR_NUM: ${{ github.event.number }} - name: Get branch name id: get_branch_name