Skip to content

Commit 0801bf8

Browse files
authored
build: use correct secret name
Signed-off-by: Philipp Burckhardt <[email protected]>
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 <[email protected]>'
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)