Skip to content

Commit

Permalink
Don't persist credentials
Browse files Browse the repository at this point in the history
Except where we need it.
  • Loading branch information
Chocobo1 committed Jan 18, 2025
1 parent 5b60f1a commit 6ce3cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup python
uses: actions/setup-python@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: true

- name: Deploy
run: |
Expand Down

0 comments on commit 6ce3cf6

Please sign in to comment.