1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-19 21:08:41 +02:00

ci: use client-id rather than app-id (#13690)

This commit is contained in:
Carlo Sala
2026-04-13 11:31:03 +02:00
committed by GitHub
parent c53cfb2de4
commit 061f773dd3
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
with:
app-id: ${{ secrets.OHMYZSH_APP_ID }}
client-id: ${{ secrets.OHMYZSH_CLIENT_ID }}
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
- name: Read project data
env: