Skip to content

Commit

Permalink
disable persisted credentials in gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Jan 6, 2025
1 parent 806c486 commit 760a6b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bval-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 760a6b4

Please sign in to comment.