Skip to content

Commit 25bea99

Browse files
authored
don't persist credentials so pat is used for repo-sync (#41644)
1 parent 3445095 commit 25bea99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Check out repo
2626
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+
with:
28+
persist-credentials: false
2729

2830
- name: Sync repo to branch
2931
uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88

0 commit comments

Comments
 (0)