Skip to content

Commit

Permalink
Merge branch 'main' into xmr/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 24, 2024
2 parents f4849f6 + 04d7ce5 commit 2f77b0f
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 2f77b0f

Please sign in to comment.