Skip to content

Commit 7db258d

Browse files
ci: disable persist-credentials in actions/checkout (#105)
1 parent 5495704 commit 7db258d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16+
with:
17+
persist-credentials: false
1618
- uses: joshjohanning/publish-github-action@v2
1719
with:
1820
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)