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 ecb7c1c commit 3950c88Copy full SHA for 3950c88
.github/workflows/ecosystem-ci-from-pr.yml
@@ -79,7 +79,7 @@ jobs:
79
permissions: {}
80
steps:
81
- id: generate-token
82
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
83
with:
84
app-id: ${{ secrets.PR_GITHUB_APP_ID }}
85
private-key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
@@ -219,7 +219,7 @@ jobs:
219
220
221
222
223
224
225
0 commit comments