Skip to content

Commit 908f673

Browse files
Copilotv1v
andcommitted
Update actions/create-github-app-token from v1 to v2
Co-authored-by: v1v <[email protected]>
1 parent 42bb380 commit 908f673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/addToProject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Get token
1818
id: get_token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
with:
2121
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2222
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

.github/workflows/updatecli.yml

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

2020
- name: Get token
2121
id: get_token
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@v2
2323
with:
2424
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2525
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

0 commit comments

Comments
 (0)