Skip to content

Commit b9d2415

Browse files
authored
Update permission to doc actions (#146)
1 parent d02c98a commit b9d2415

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
files: lcov.info
4343
docs:
4444
name: Documentation
45+
# These permissions are needed to:
46+
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
47+
# - Delete old caches: https://github.com/julia-actions/cache#usage
48+
permissions:
49+
actions: write
50+
contents: write
51+
pull-requests: read
52+
statuses: write
4553
runs-on: ubuntu-latest
4654
steps:
4755
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)