Skip to content

Commit 53595ba

Browse files
authored
Apply suggestions from code review
1 parent 4a4cae2 commit 53595ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/addToProject.yml

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

.github/workflows/labeler.yml

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

1818
- name: Get token
1919
id: get_token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
with:
2222
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2323
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

.github/workflows/pre-post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- name: Get token
5656
id: get_token
57-
uses: actions/create-github-app-token@v1
57+
uses: actions/create-github-app-token@v2
5858
with:
5959
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
6060
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)