We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544303f commit df72989Copy full SHA for df72989
.github/workflows/build.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ persist-credentials: false
17
- uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
0 commit comments