Skip to content

Commit

Permalink
Do not persist credentials in issue-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kichura authored Dec 27, 2024
1 parent fe11730 commit 869464f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Check for keywords in issue title and body
id: check_keywords
Expand Down

0 comments on commit 869464f

Please sign in to comment.