Skip to content

Commit c03f4ec

Browse files
authored
Revert "[deps]: Update actions/create-github-app-token action to v2.1.4 (#398)" (#431)
This reverts commit 6b7438e.
1 parent 6b7438e commit c03f4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-all-custom-flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Generate GH App token
6060
id: app-token
61-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
61+
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
6262
if: steps.set-send-pr-feedback.outputs.send_pr_feedback == 'true'
6363
with:
6464
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Generate GH App token
5959
id: app-token
60-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
60+
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
6161
if: steps.set-send-pr-feedback.outputs.send_pr_feedback == 'true'
6262
with:
6363
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}

0 commit comments

Comments
 (0)