Skip to content

Commit

Permalink
workflows/tests: set persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Oct 30, 2024
1 parent ea5bf0d commit cd5da49
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 cd5da49

Please sign in to comment.