Skip to content

Commit

Permalink
SCALRCORE-26072: Trigger go-scalr tests in fatmouse PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AKramarenko committed May 10, 2023
1 parent 996b444 commit 981f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
if: ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GH_PAT }}
script: |
github.repos.createCommitStatus({
owner: 'Scalr',
Expand Down

0 comments on commit 981f5c7

Please sign in to comment.