We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d9d5e commit b59ba70Copy full SHA for b59ba70
1 file changed
.github/workflows/create-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
# Get GitHub token via the CT SDKs App
21
- name: Generate GitHub token (via CT SDKs App)
22
id: generate_github_token
23
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
24
with:
25
app-id: ${{ secrets.CT_SDKS_APP_ID }}
26
private-key: ${{ secrets.CT_SDKS_APP_PEM }}
0 commit comments