We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1c52e commit ed23685Copy full SHA for ed23685
1 file changed
.github/workflows/clean-cache.yml
@@ -4,6 +4,10 @@ on:
4
types:
5
- closed
6
7
+permissions:
8
+ actions: write
9
+ contents: read
10
+
11
jobs:
12
cleanup:
13
runs-on: ubuntu-latest
@@ -18,4 +22,4 @@ jobs:
18
22
env:
19
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
24
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