You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/bump.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ jobs:
13
13
name: Bump versions
14
14
runs-on: ubuntu-latest
15
15
steps:
16
+
- uses: actions/create-github-app-token@v1
17
+
id: generate-token
18
+
with:
19
+
app-id: ${{ secrets.APP_ID }}
20
+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
16
21
- uses: actions/checkout@v4
17
22
- run: pipx run nox -s pc_bump
18
23
env:
@@ -25,5 +30,6 @@ jobs:
25
30
body: |
26
31
Update the versions mentioned in the docs pages.
27
32
28
-
PR generated by "Update dependencies" [workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}). Close and reopen to trigger ci.
33
+
PR generated by "Update dependencies" [workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}).
0 commit comments