Skip to content

Commit

Permalink
#6 - Do Not Persist Credentials - Workflows (#7)
Browse files Browse the repository at this point in the history
* #6 - Do Not Persist Credentials - Workflows
- Disabled saving of credential in all checkout actions.

* - Uncomment 'on' segment.
  • Loading branch information
miroslavpojer authored Nov 8, 2024
1 parent fd37b96 commit 8971117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -83,3 +84,4 @@ jobs:
with:
name: coverage-report
path: coverage_overall.xml

1 change: 1 addition & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 8971117

Please sign in to comment.