Skip to content

Commit

Permalink
Merge pull request #196030 from Homebrew/no-persist-credentials
Browse files Browse the repository at this point in the history
workflows/tests: set `persist-credentials: false`
  • Loading branch information
ZhongRuoyu authored Oct 30, 2024
2 parents 86ad983 + cd5da49 commit b5f8967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
test-bot-dependents-args: ${{ steps.check-labels.outputs.test-bot-dependents-args }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Check for CI labels
id: check-labels
Expand Down Expand Up @@ -259,6 +261,8 @@ jobs:
test-bot-dependents-args: ${{ steps.check-labels.outputs.test-bot-dependents-args }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Check for CI labels
id: check-labels
Expand Down

0 comments on commit b5f8967

Please sign in to comment.