Skip to content

Commit 0e0eaff

Browse files
Merge pull request #48 from TeachBooks/fix/allow-user-private-repos
Fix for user private repos
2 parents 947c251 + a53d0ce commit 0e0eaff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-book.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
permissions:
127127
pages: write
128128
id-token: write
129+
contents: read
129130
strategy:
130131
# If one branch fails, we may still want to deploy the other
131132
fail-fast: false
@@ -302,6 +303,7 @@ jobs:
302303
permissions:
303304
pages: write
304305
id-token: write
306+
contents: read
305307
env:
306308
BRANCHES: ${{ needs.get-branches.outputs.branches }}
307309
steps:

0 commit comments

Comments
 (0)