Skip to content

Commit 8713823

Browse files
committed
ci: give permissions for cache-action
1 parent c27496f commit 8713823

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
docs:
3535
name: Documentation
3636
runs-on: ubuntu-latest
37+
permissions:
38+
# needed to allow julia-actions/cache to proactively delete old caches that it has created
39+
actions: write
40+
contents: write
41+
statuses: write
3742
steps:
3843
- uses: actions/checkout@v4
3944
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)