Skip to content

Commit 9f1044e

Browse files
authored
Merge pull request #4199 from ClickHouse/dependabot/github_actions/actions/create-github-app-token-2
Bump actions/create-github-app-token from 1 to 2
2 parents 1602969 + f4a54c3 commit 9f1044e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trademark-cla-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Generate Token
1616
id: generate-token
1717
continue-on-error: true
18-
uses: actions/create-github-app-token@v1
18+
uses: actions/create-github-app-token@v2
1919
with:
2020
app-id: "${{ secrets.WORKFLOW_AUTH_PUBLIC_APP_ID }}"
2121
private-key: "${{ secrets.WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY }}"

.github/workflows/trademark-cla-notice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Generate Token
2020
id: generate-token
2121
continue-on-error: true
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@v2
2323
with:
2424
app-id: "${{ secrets.WORKFLOW_AUTH_PUBLIC_APP_ID }}"
2525
private-key: "${{ secrets.WORKFLOW_AUTH_PUBLIC_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)