From 57a3d82649c85a3d332e677e67723154a8a48dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Pl=C3=A1te?= <aleksei.plate@jetbrains.com> Date: Wed, 4 Jan 2023 08:21:44 +0200 Subject: [PATCH] Update integrationsTest.yml --- .github/workflows/integrationsTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationsTest.yml b/.github/workflows/integrationsTest.yml index 7bdc7251b..5f40a6f86 100644 --- a/.github/workflows/integrationsTest.yml +++ b/.github/workflows/integrationsTest.yml @@ -29,4 +29,4 @@ jobs: run: ./gradlew integrationsTest env: YOUTRACK_TOKEN: ${{ secrets.YOUTRACK_TOKEN }} - GITHUB_OAUTH: ${{ secrets.MERGE_PR }} + GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}