Skip to content

Commit d21ec76

Browse files
authored
ci(release): do not persist credentials when checking out (#62)
1 parent 998b875 commit d21ec76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
# build local version to create token
1818
- uses: actions/checkout@v4
19+
with:
20+
persist-credentials: false
1921
- uses: actions/setup-node@v3
2022
with:
2123
node-version: 20

0 commit comments

Comments
 (0)