We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368733f commit da8e01fCopy full SHA for da8e01f
.github/workflows/test.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ persist-credentials: false
21
- uses: actions/setup-python@v5
22
with:
23
python-version: "3.13"
0 commit comments