Skip to content

Commit ed23685

Browse files
committed
fix
1 parent 7e1c52e commit ed23685

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/clean-cache.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
types:
55
- closed
66

7+
permissions:
8+
actions: write
9+
contents: read
10+
711
jobs:
812
cleanup:
913
runs-on: ubuntu-latest
@@ -18,4 +22,4 @@ jobs:
1822
env:
1923
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2024
REPO: ${{ github.repository }}
21-
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
25+
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge

0 commit comments

Comments
 (0)