Update update-dependencies.yml

This commit is contained in:
Henry Schreiner
2021-08-25 17:37:42 -04:00
committed by GitHub
parent 18b18a336b
commit 9e787cf124
@@ -25,6 +25,7 @@ jobs:
# run the GHA tests.
- uses: tibdex/github-app-token@v1
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 }}