Skip to content

Commit 40a5b54

Browse files
Update actions/create-github-app-token action to v3
1 parent d306c8a commit 40a5b54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app-shell-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate app token
1616
id: app-token
17-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
17+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1818
with:
1919
app-id: ${{ secrets.TAILOR_DOCS_BOT_APP_ID }}
2020
private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}

.github/workflows/sdk-docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate app token
1616
id: app-token
17-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
17+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1818
with:
1919
app-id: ${{ secrets.TAILOR_DOCS_BOT_APP_ID }}
2020
private-key: ${{ secrets.TAILOR_DOCS_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)