File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1717 - uses : excitedleigh/setup-nox@v2.0.0
1818 - name : " Run update: dependencies"
1919 run : nox --force-color
20+ # we use this step to grab a Github App auth token, so that PRs generated by this workflow
21+ # run the GHA tests.
22+ - uses : tibdex/github-app-token@v1
23+ id : generate-token
24+ with :
25+ app_id : ${{ secrets.MANYLINUX_BOT_APP_ID }}
26+ private_key : ${{ secrets.MANYLINUX_BOT_APP_PRIVATE_KEY }}
2027 - name : Create Pull Request
2128 if : github.ref == 'refs/heads/master' && github.repository == 'pypa/manylinux'
2229 uses : peter-evans/create-pull-request@v3
2835
2936 PR generated by "Update dependencies" [workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}).
3037 branch : update-dependencies-pr
38+ token : ${{ steps.generate-token.outputs.token }}
3139 delete-branch : true
You can’t perform that action at this time.
0 commit comments