ci(dependencies): fix typo

master
Carlo Sala 2 years ago
parent dd3be612e3
commit 0bb00eddbb
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 4
      .github/workflows/dependencies.yml

@ -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 }}

Loading…
Cancel
Save