There was an error while loading. Please reload this page.
1 parent 0533acc commit bdf608aCopy full SHA for bdf608a
1 file changed
.github/workflows/pythonpublish.yml
@@ -25,6 +25,8 @@ jobs:
25
build:
26
runs-on: ubuntu-latest
27
needs: tests
28
+ permissions:
29
+ contents: read
30
steps:
31
- uses: actions/checkout@v5
32
with:
@@ -89,11 +91,13 @@ jobs:
89
91
90
92
needs:
93
- github-release
94
95
+ contents: write # to deploy to gh-pages
96
97
98
99
fetch-depth: 0 # fetch all commits/branches
- persist-credentials: false
100
+ persist-credentials: true # so we can deploy to gh-pages
101
- name: Set up Python
102
uses: actions/setup-python@v6
103
0 commit comments