Skip to content

Commit

Permalink
ci: avoid persisting credentials on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
princjef committed Apr 12, 2024
1 parent 37aa3c4 commit b091753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b091753

Please sign in to comment.