Skip to content

Commit

Permalink
ci: adds persist-credentials:false to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig-Spencer-12 authored and rsdmike committed Nov 21, 2023
1 parent c965660 commit 5ae3e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- name: Use Node.js 20.x
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
Expand Down

0 comments on commit 5ae3e4a

Please sign in to comment.