Skip to content

Commit 97fed60

Browse files
authored
Revert "Revert "Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#27…" (#279)
This reverts commit fd3a310.
1 parent 3613135 commit 97fed60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/submodule_tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: generate_token
16-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
16+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1717
with:
1818
app-id: ${{ secrets.APP_ID }}
1919
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/testing-queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Generate a token
4747
id: generate_token
48-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
48+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4949
with:
5050
app-id: ${{ secrets.APP_ID }}
5151
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)