Skip to content

Commit

Permalink
CI: fix cache cleanup permission (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs authored Jun 20, 2024
1 parent 4f4ef1e commit ddaaa20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cleanup_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
permissions: read-all
jobs:
cleanup:
permissions:
actions: write
runs-on: intellabs-01
steps:
- name: Cleanup
Expand All @@ -26,4 +28,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge

0 comments on commit ddaaa20

Please sign in to comment.