Skip to content

Commit

Permalink
ci: don't persist credentials in actions/checkout for docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jan 11, 2025
1 parent 6c547ec commit d7366fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4

- name: Build
Expand Down

0 comments on commit d7366fb

Please sign in to comment.