We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38013c9 + b21e3c5 commit caaf637Copy full SHA for caaf637
1 file changed
.github/workflows/pr-auto-updater.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- id: generate-token
15
name: Generate Access Token
16
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
17
with:
18
app-id: ${{vars.PR_AUTO_UPDATE_CLIENT_ID}}
19
private-key: ${{secrets.PR_AUTO_UPDATE_PRIVATE_KEY}}
0 commit comments