Skip to content

Commit 231f2d8

Browse files
committed
prevent persisting credentials
1 parent 7659970 commit 231f2d8

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
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
persist-credentials: false
1315

1416
- uses: repo-sync/github-sync@v2
1517
name: Sync repo to branch

0 commit comments

Comments
 (0)