Chore: don't persist creds when checking out in actions (#104778)
* don't persist creds when checking out in actions * kick CI * kick CI * actually commit the merge... * don't need * don't need
This commit is contained in:
@@ -89,6 +89,8 @@ jobs:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Send issue to the auto triager action
|
||||
id: auto_triage
|
||||
|
||||
Reference in New Issue
Block a user