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 75a9ea0 commit 5228631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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 5228631

Please sign in to comment.