summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-12-20 19:38:25 +0100
committerCarlo Sala <carlosalag@protonmail.com>2023-12-20 19:38:25 +0100
commit0bb00eddbbc25564b5329899fcdfcd28153da720 (patch)
treedad1fe6ce0aea8461fd8a53d41b8a3d1d557e91c
parentdd3be612e3df1450de40a74fadc6df3c2885e9b1 (diff)
downloadzsh-0bb00eddbbc25564b5329899fcdfcd28153da720.tar.gz
zsh-0bb00eddbbc25564b5329899fcdfcd28153da720.tar.bz2
zsh-0bb00eddbbc25564b5329899fcdfcd28153da720.zip
ci(dependencies): fix typo
-rw-r--r--.github/workflows/dependencies.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index c27ad7998..aab740126 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -15,8 +15,8 @@ jobs:
- name: Authenticate as @ohmyzsh
uses: ohmyzsh/github-app-token@v2
with:
- app-id: ${{ secrets.OHMYZSH_APP_ID }}
- private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
+ app_id: ${{ secrets.OHMYZSH_APP_ID }}
+ private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
- name: Process dependencies
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}