Skip to content

Commit

Permalink
ci: remove persistance of default credentials on release/prerelease w…
Browse files Browse the repository at this point in the history
…orkflows (#364)
  • Loading branch information
rostislav-simonik authored Jan 11, 2023
1 parent 4a09851 commit 708e5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 708e5ca

Please sign in to comment.