Skip to content

Commit

Permalink
CI: add persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 24, 2024
1 parent 43daf6c commit 04d7ce5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -62,7 +64,10 @@ jobs:
if: github.repository == 'sustainers/website' && github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v4
- name: Clone repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Download docs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 04d7ce5

Please sign in to comment.