Skip to content

Commit 061f773

Browse files
authored
ci: use client-id rather than app-id (ohmyzsh#13690)
1 parent c53cfb2 commit 061f773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: generate-token
2626
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2727
with:
28-
app-id: ${{ secrets.OHMYZSH_APP_ID }}
28+
client-id: ${{ secrets.OHMYZSH_CLIENT_ID }}
2929
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
3030
- name: Setup Python
3131
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: generate-token
2525
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2626
with:
27-
app-id: ${{ secrets.OHMYZSH_APP_ID }}
27+
client-id: ${{ secrets.OHMYZSH_CLIENT_ID }}
2828
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
2929
- name: Read project data
3030
env:

0 commit comments

Comments
 (0)