We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9807fec commit 5dd4427Copy full SHA for 5dd4427
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