1 parent 368a32e commit 344e14bCopy full SHA for 344e14b
1 file changed
.github/workflows/github-pages.yml
@@ -8,12 +8,18 @@ on:
8
workflow_dispatch:
9
10
# schedule:
11
-# - cron: '55 13 * * *'
+# - cron: '55 13 * * *'
12
+
13
+# Top-level default; empty/no permissions
14
+permissions: {}
15
16
jobs:
17
pages:
18
name: Build GitHub Pages
- runs-on: ubuntu-latest
19
+ runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
22
+ # Above required for publishing to gh-pages; see auth on Ln 67-68
23
24
steps:
25
- name: Set up Python
0 commit comments