Skip to content

Commit 1d6069e

Browse files
authored
chore: update workflow configuration (#215)
1 parent 330efdc commit 1d6069e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scheduled-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: app-token
6767
uses: actions/create-github-app-token@v3
6868
with:
69-
app-id: ${{ vars.AUTOMATION_APP_ID }}
69+
client-id: ${{ vars.AUTOMATION_APP_ID }}
7070
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
7171
owner: ${{ github.repository_owner }}
7272
repositories: catalog

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: app-token
2727
uses: actions/create-github-app-token@v3
2828
with:
29-
app-id: ${{ vars.AUTOMATION_APP_ID }}
29+
client-id: ${{ vars.AUTOMATION_APP_ID }}
3030
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
3131
owner: ${{ github.repository_owner }}
3232
repositories: catalog

.github/workflows/upgrade-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: app-token
1919
uses: actions/create-github-app-token@v3
2020
with:
21-
app-id: ${{ vars.AUTOMATION_APP_ID }}
21+
client-id: ${{ vars.AUTOMATION_APP_ID }}
2222
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
2323
owner: ${{ github.repository_owner }}
2424
repositories: catalog

0 commit comments

Comments
 (0)