Skip to content

Commit ae7decf

Browse files
Update actions/create-github-app-token action to v3
1 parent 19c9a8f commit ae7decf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pr-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: 🔐 Mint GitHub App installation token (for IaC repo)
6161
id: app-token
62-
uses: actions/create-github-app-token@v2
62+
uses: actions/create-github-app-token@v3
6363
with:
6464
app-id: ${{ vars.GH_APP_ID }}
6565
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/manual-destroy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: 🔐 Mint GitHub App token
1616
id: app-token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
with:
1919
app-id: ${{ vars.GH_APP_ID }}
2020
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)