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 bbb9145 commit aee5883Copy full SHA for aee5883
1 file changed
.github/workflows/templating.yml
@@ -14,7 +14,7 @@ jobs:
14
pull-requests: write
15
steps:
16
- id: create-token
17
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
18
with:
19
app-id: ${{ secrets.APP_ID }}
20
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments