Skip to content

Commit 5dd4427

Browse files
authored
Update github-pages.yml
1 parent 9807fec commit 5dd4427

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ on:
88
workflow_dispatch:
99

1010
# schedule:
11-
# - cron: '55 13 * * *'
11+
# - cron: '55 13 * * *'
12+
13+
# Top-level default; empty/no permissions
14+
permissions: {}
1215

1316
jobs:
1417
pages:
1518
name: Build GitHub Pages
16-
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
1723

1824
steps:
1925
- name: Set up Python

0 commit comments

Comments
 (0)