Skip to content

Commit b50813f

Browse files
authored
fix: don’t persist credentials
1 parent 3b329d8 commit b50813f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
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)