Skip to content

Commit 29d8118

Browse files
alexdewarCopilot
andauthored
Use persist-credentials option for actions/checkout
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42402eb commit 29d8118

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17+
with:
18+
persist-credentials: false
1719
- uses: actions/setup-python@v5
1820
- uses: browniebroke/pre-commit-autoupdate-action@1
1921
- uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)