We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b444 commit 981f5c7Copy full SHA for 981f5c7
.github/workflows/pr.yml
@@ -161,7 +161,7 @@ jobs:
161
if: ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
162
uses: actions/github-script@v3
163
with:
164
- github-token: ${{ secrets.GH_TOKEN }}
+ github-token: ${{ secrets.GH_PAT }}
165
script: |
166
github.repos.createCommitStatus({
167
owner: 'Scalr',
0 commit comments