diff --git a/.github/workflows/cleanup_cache.yml b/.github/workflows/cleanup_cache.yml index 7fe986cf..abf9aa10 100644 --- a/.github/workflows/cleanup_cache.yml +++ b/.github/workflows/cleanup_cache.yml @@ -6,6 +6,8 @@ on: permissions: read-all jobs: cleanup: + permissions: + actions: write runs-on: intellabs-01 steps: - name: Cleanup @@ -26,4 +28,4 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: ${{ github.repository }} - BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge \ No newline at end of file + BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge