Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0801bf8

Browse files
authoredApr 24, 2025··
build: use correct secret name
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent c6747a5 commit 0801bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cleanup_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
commit-message: 'chore: cleanup coverage directories'
170170
committer: 'stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
171171
signoff: true
172-
token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
172+
token: ${{ secrets.STDLIB_BOT_FGPAT_PR_WRITE }}
173173
labels: |
174174
automated-pr
175175
team-reviewers: |

0 commit comments

Comments
 (0)
Please sign in to comment.