Skip to content

Commit 2a063d3

Browse files
authored
Add permissions to the closed PR workflow (#854)
Helps if the GitHub Action is allowed to take its action. :)
1 parent 273ac06 commit 2a063d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/closed-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
types: [ closed ]
44
jobs:
55
prune:
6+
permissions:
7+
deployments: write
68
runs-on: ubuntu-latest
79
steps:
810
- name: delete environment

0 commit comments

Comments
 (0)