We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987ecb2 commit 410bb1bCopy full SHA for 410bb1b
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v4.2.2
18
+ with:
19
+ persist-credentials: false
20
21
- name: Set up Python
22
uses: actions/setup-python@v5.3.0
0 commit comments