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 c4dd921 commit f6c408bCopy full SHA for f6c408b
.github/workflows/ok_to_test.yml
@@ -14,7 +14,7 @@ jobs:
14
# Only run for PRs, not issue comments
15
if: ${{ github.event.issue.pull_request }}
16
steps:
17
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
18
id: app-token
19
with:
20
app-id: ${{ secrets.APP_ID }}
0 commit comments