Skip to content

Commit a25ccb1

Browse files
committed
build: consolidate tokens
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent b9bddfe commit a25ccb1

12 files changed

+12
-12
lines changed

.github/workflows/first_time_greeting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Pin action to full length commit SHA
4848
uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
4949
with:
50-
repo-token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
50+
repo-token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
5151
issue-message: |
5252
:wave: Hi there! :wave:
5353

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
commit-message: 'docs: update Markdown equation elements'
164164
committer: 'stdlib-bot <[email protected]>'
165165
signoff: true
166-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
166+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
167167
labels: |
168168
documentation
169169
automated-pr

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
commit-message: 'docs: update Markdown stdlib package URLs'
152152
committer: 'stdlib-bot <[email protected]>'
153153
signoff: true
154-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
154+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
155155
labels: |
156156
documentation
157157
automated-pr

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
commit-message: 'docs: update related packages sections'
163163
committer: 'stdlib-bot <[email protected]>'
164164
signoff: true
165-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
165+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
166166
labels: |
167167
documentation
168168
automated-pr

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
commit-message: 'docs: update namespace table of contents'
133133
signoff: true
134134
committer: 'stdlib-bot <[email protected]>'
135-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
135+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
136136
labels: |
137137
documentation
138138
automated-pr

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
commit-message: 'feat: update namespace TypeScript declarations'
128128
committer: 'stdlib-bot <[email protected]>'
129129
signoff: true
130-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
130+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
131131
labels: |
132132
documentation
133133
automated-pr

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
commit-message: 'feat: update namespace exports'
140140
committer: 'stdlib-bot <[email protected]>'
141141
signoff: true
142-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
142+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
143143
labels: |
144144
automated-pr
145145
team-reviewers: |

.github/workflows/update_cli_permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
signoff: true
106106
body: |
107107
This PR changes the permissions of project `cli` scripts to be executable.
108-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
108+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
109109
labels: |
110110
automated-pr
111111
team-reviewers: |

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
commit-message: 'docs: update list of contributors'
119119
committer: 'stdlib-bot <[email protected]>'
120120
signoff: true
121-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
121+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
122122
labels: |
123123
documentation
124124
automated-pr

.github/workflows/update_error_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
commit-message: 'feat: update error databases'
167167
committer: 'stdlib-bot <[email protected]>'
168168
signoff: true
169-
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
169+
token: ${{ secrets.STDLIB_BOT_FGPAT_REPO_WRITE }}
170170
labels: |
171171
documentation
172172
automated-pr

0 commit comments

Comments
 (0)