From 0ec9b16309d9de45210eaddaa961210a53b9b8ff Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Tue, 7 Nov 2023 10:03:48 +0000 Subject: [PATCH] Update token --- .github/workflows/smoke-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 820e133e..0672b1fa 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -78,7 +78,7 @@ jobs: run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} timeout-minutes: 100 env: - GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR + GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} # to open a PR GITHUB_PR_NUM: ${{ github.event.number }} - name: Get branch name id: get_branch_name