Browse Source

Do not persist credentials in issue-check.

pull/4071/head
Kichura 11 months ago committed by GitHub
parent
commit
869464f197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/issue-check.yml

2
.github/workflows/issue-check.yml

@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check for keywords in issue title and body - name: Check for keywords in issue title and body
id: check_keywords id: check_keywords

Loading…
Cancel
Save