We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
client-id
app-id
1 parent c53cfb2 commit 061f773Copy full SHA for 061f773
2 files changed
.github/workflows/dependencies.yml
@@ -25,7 +25,7 @@ jobs:
25
id: generate-token
26
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
27
with:
28
- app-id: ${{ secrets.OHMYZSH_APP_ID }}
+ client-id: ${{ secrets.OHMYZSH_CLIENT_ID }}
29
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
30
- name: Setup Python
31
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
.github/workflows/project.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Read project data
env:
0 commit comments