Skip to content

Commit 4994b27

Browse files
Set permission for julia-actions/cache@v2
1 parent 423f1e9 commit 4994b27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ concurrency:
1111
# Cancel intermediate builds: only if it is a pull request build.
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
14+
15+
# needed to allow julia-actions/cache to delete old caches that it has created
16+
permissions:
17+
actions: write
18+
contents: read
19+
1420
jobs:
1521
test:
1622
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)