Skip to content

Commit 1546420

Browse files
authored
fix: don’t persist credentials
1 parent 9b6468a commit 1546420

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
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
21+
with:
22+
persist-credentials: false
2123

2224
- name: Set up Python
2325
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)