Skip to content

Commit 27b4d94

Browse files
committed
Set token for PR action
1 parent 3a2c9c2 commit 27b4d94

9 files changed

Lines changed: 9 additions & 1 deletion

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ jobs:
405405
406406
commit-message: 'Fix lint errors'
407407
committer: 'stdlib-bot <noreply@stdlib.io>'
408+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
408409
labels: |
409410
automated-pr
410411
team-reviewers: |

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
144144
commit-message: 'Update Markdown equation elements'
145145
committer: 'stdlib-bot <noreply@stdlib.io>'
146+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
146147
labels: |
147148
documentation
148149
automated-pr

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
113113
commit-message: 'Update namespace table of contents'
114114
committer: 'stdlib-bot <noreply@stdlib.io>'
115+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
115116
labels: |
116117
documentation
117118
automated-pr

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
9797
commit-message: 'Update namespace TypeScript declarations'
9898
committer: 'stdlib-bot <noreply@stdlib.io>'
99+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
99100
labels: |
100101
documentation
101102
automated-pr

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
119119
commit-message: 'Update namespace exports'
120120
committer: 'stdlib-bot <noreply@stdlib.io>'
121+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
121122
labels: |
122123
automated-pr
123124
team-reviewers: |

.github/workflows/scaffold_pkg_via_issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: ${{ contains(github.event.comment.body, 'scaffold') }}
6262
uses: peter-evans/create-pull-request@v4
6363
with:
64-
token: ${{ secrets.GITHUB_TOKEN }}
64+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
6565
commit-message: Add `${{ steps.scaffold.outputs.alias }}`
6666
title: Add `${{ steps.scaffold.outputs.alias }}` package
6767
body: |

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
9393
commit-message: 'Update list of contributors'
9494
committer: 'stdlib-bot <noreply@stdlib.io>'
95+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
9596
labels: |
9697
documentation
9798
automated-pr

.github/workflows/update_package_meta_data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
9090
commit-message: 'Update package meta data'
9191
committer: 'stdlib-bot <noreply@stdlib.io>'
92+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
9293
labels: |
9394
automated-pr
9495
team-reviewers: |

.github/workflows/update_repl_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
112112
commit-message: 'Update REPL namespace'
113113
committer: 'stdlib-bot <noreply@stdlib.io>'
114+
token: ${{ secrets.PULL_REQUEST_TOKEN }}
114115
labels: |
115116
documentation
116117
automated-pr

0 commit comments

Comments
 (0)