We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6468a commit 1546420Copy full SHA for 1546420
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
21
+ with:
22
+ persist-credentials: false
23
24
- name: Set up Python
25
uses: actions/setup-python@v4
0 commit comments