File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,19 @@ jobs:
19
19
run : |
20
20
git config --global user.name "manylinux-bot[bot]"
21
21
git config --global user.email "89297709+manylinux-bot[bot]@users.noreply.github.com"
22
- - name : " Run update native dependencies"
23
- run : nox --force-color -s update_native_dependencies
24
- - name : " Run update python dependencies"
25
- run : nox --force-color -s update_python_dependencies update_python_tools
26
- # we use this step to grab a Github App auth token, so that PRs generated by this workflow
27
- # run the GHA tests.
22
+ # we use this step to grab a Github App auth token, so that lastversion can query GitHub API
23
+ # without rate-limit and PRs get run by GHA.
28
24
- uses : tibdex/github-app-token@v1
29
25
id : generate-token
30
26
with :
31
27
app_id : ${{ secrets.MANYLINUX_BOT_APP_ID }}
32
28
private_key : ${{ secrets.MANYLINUX_BOT_APP_PRIVATE_KEY }}
29
+ - name : " Run update native dependencies"
30
+ run : nox --force-color -s update_native_dependencies
31
+ env :
32
+ GITHUB_API_TOKEN : ${{ steps.generate-token.outputs.token }}
33
+ - name : " Run update python dependencies"
34
+ run : nox --force-color -s update_python_dependencies update_python_tools
33
35
- name : Create Pull Request
34
36
if : github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
35
37
uses : peter-evans/create-pull-request@v3
You can’t perform that action at this time.
0 commit comments