Skip to content

Commit

Permalink
Give CI permissions to write to repo so it can delete old caches
Browse files Browse the repository at this point in the history
  • Loading branch information
askprash authored Jul 3, 2024
1 parent ec64327 commit b02a90b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]

# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit b02a90b

Please sign in to comment.