Skip to content

Commit b59ba70

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#1043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2d9d5e commit b59ba70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Get GitHub token via the CT SDKs App
2121
- name: Generate GitHub token (via CT SDKs App)
2222
id: generate_github_token
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
with:
2525
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2626
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

0 commit comments

Comments
 (0)