From b69d5f23b523275d2d584430eeba1fd41978b000 Mon Sep 17 00:00:00 2001 From: okramarenko Date: Wed, 21 Jun 2023 17:28:38 +0300 Subject: [PATCH] SCALRCORE-26666: Move all branch and image detection logic from shell to cli te up command --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 0d8ca4f2..b2d34d04 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -49,7 +49,7 @@ jobs: id: check-branch uses: actions/github-script@v6 with: - github-token: ${{ inputs.github_token }} + github-token: ${{ secrets.GH_PAT }} script: | const owner = "Scalr"; const repo = "fatmouse";