We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27496f commit 8713823Copy full SHA for 8713823
.github/workflows/CI.yml
@@ -34,6 +34,11 @@ jobs:
34
docs:
35
name: Documentation
36
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
42
steps:
43
- uses: actions/checkout@v4
44
- uses: julia-actions/setup-julia@v2
0 commit comments