Skip to content

Commit

Permalink
SCALRCORE-26666: Move all branch and image detection logic from shell…
Browse files Browse the repository at this point in the history
… to cli te up command
  • Loading branch information
AKramarenko committed Jun 21, 2023
1 parent c60dc85 commit b69d5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Expand Up @@ -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";
Expand Down

0 comments on commit b69d5f2

Please sign in to comment.