Skip to content

Commit

Permalink
Do not persist credentials (#917)
Browse files Browse the repository at this point in the history
Yoinked from [EnZaXD's BaseProject
#26](FlorianMichael/BaseProject#26).
Kichura authored Dec 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d0a8c08 commit b6bfbcf
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@ jobs:
steps:
- name: Clone Repo
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download packwiz
uses: actions/download-artifact@v4
with:
1 change: 1 addition & 0 deletions .github/workflows/git-repo-sync.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Synchronize code to other Git platforms
uses: wangchucheng/[email protected]
with:

0 comments on commit b6bfbcf

Please sign in to comment.