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 b35f6e5 commit fdddae7
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Get Node.js version
id: nvmrc
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Get Node.js version
id: nvmrc
Expand Down

0 comments on commit fdddae7

Please sign in to comment.