Skip to content

Commit 174649f

Browse files
fix: add explicit read permissions to scheduled workflow
Agent-Logs-Url: https://github.com/geocompx/geocompr/sessions/19f46a52-d387-423d-b4a4-554ec62aada0 Co-authored-by: Robinlovelace <1825120+Robinlovelace@users.noreply.github.com>
1 parent 3cf0885 commit 174649f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scheduled.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
bookdown:
88
name: Render-Book
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
container: ghcr.io/geocompx/suggests:latest
1113
env:
1214
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)