Skip to content

Commit

Permalink
Don't persist git credentials after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkins committed Dec 14, 2024
1 parent dce3587 commit 42ceea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 42ceea3

Please sign in to comment.