Skip to content

Commit

Permalink
chore: fix deprecations warnings in update-dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 18, 2025
1 parent a96545b commit 4442e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
id: generate-token
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
with:
app_id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }}
private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }}
app-id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }}
private-key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit 4442e4c

Please sign in to comment.