Skip to content

Commit d5c01b1

Browse files
fix: permissions for GHA
1 parent 157811d commit d5c01b1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- docs-website
8+
- notebook_output
89
pull_request:
910
branches:
1011
- main

.github/workflows/deploy-notebooks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
- notebook_output
88

9+
# Sets permissions for GitHub Pages deployment
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
915
jobs:
1016
build-deploy:
1117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)