Skip to content

Commit c4e97e0

Browse files
Update actions/create-github-app-token action to v3
1 parent 257a483 commit c4e97e0

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
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: 🔐 Mint GitHub App installation token (for IaC repo)
8181
id: app-token
82-
uses: actions/create-github-app-token@v2
82+
uses: actions/create-github-app-token@v3
8383
with:
8484
app-id: ${{ vars.GH_APP_ID }}
8585
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)