Skip to content

Commit ff35fac

Browse files
authored
Merge pull request #263 from target/release-no-persist
Update release workflow to disable credential persistence
2 parents d970831 + 4e9728c commit ff35fac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout current branch (full)
1818
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
19+
with:
20+
persist-credentials: false
1921
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
2022
with:
2123
extraKey: ${{ runner.os }}

0 commit comments

Comments
 (0)