Skip to content

Commit

Permalink
disable persisted credentials in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Jan 6, 2025
1 parent 2bc45dd commit 3f1af81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

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

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main-push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

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

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 3f1af81

Please sign in to comment.