Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
Permission at job level only
  • Loading branch information
mvincerx authored Mar 18, 2024
1 parent 9ada345 commit f6dbd9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: github-pages-app-dev
permissions: read-all

on:
push:
Expand Down Expand Up @@ -27,6 +26,9 @@ on:
- "src/docs/_static/script.js"
- "src/docs/_templates/base.html"
- "src/docs/_templates/index.html"
permissions:
contents: read

# defaults:
# run:
# working-directory: src
Expand Down

0 comments on commit f6dbd9d

Please sign in to comment.