Skip to content

Commit 981f5c7

Browse files
committed
SCALRCORE-26072: Trigger go-scalr tests in fatmouse PRs
1 parent 996b444 commit 981f5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
if: ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
162162
uses: actions/github-script@v3
163163
with:
164-
github-token: ${{ secrets.GH_TOKEN }}
164+
github-token: ${{ secrets.GH_PAT }}
165165
script: |
166166
github.repos.createCommitStatus({
167167
owner: 'Scalr',

0 commit comments

Comments
 (0)