0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

ci(dependencies): fix typo

This commit is contained in:
Carlo Sala 2023-12-20 19:38:25 +01:00
parent dd3be612e3
commit 0bb00eddbb
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -15,8 +15,8 @@ jobs:
- name: Authenticate as @ohmyzsh - name: Authenticate as @ohmyzsh
uses: ohmyzsh/github-app-token@v2 uses: ohmyzsh/github-app-token@v2
with: with:
app-id: ${{ secrets.OHMYZSH_APP_ID }} app_id: ${{ secrets.OHMYZSH_APP_ID }}
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }} private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}
- name: Process dependencies - name: Process dependencies
env: env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}