We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b0255 commit 3e690b4Copy full SHA for 3e690b4
2 files changed
.github/workflows/docs.yml
@@ -18,6 +18,8 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
+ with:
22
+ persist-credentials: false
23
24
- uses: actions/setup-python@v5
25
with:
@@ -50,6 +52,8 @@ jobs:
50
52
if: contains(github.ref, 'tags')
51
53
54
55
56
57
- uses: actions/download-artifact@v4.3.0
58
59
name: docs
.github/workflows/test_and_deploy.yml
@@ -28,6 +28,8 @@ jobs:
28
29
30
31
32
33
34
- name: Set up Python ${{ matrix.python-version }}
35
uses: actions/setup-python@v5
@@ -84,6 +86,8 @@ jobs:
84
86
id-token: write
85
87
88
89
90
91
- name: Set up Python
92
93
0 commit comments