Skip to content

Commit 4b0f615

Browse files
committed
revert delete-deployment env changes
1 parent d3fa90e commit 4b0f615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
delete-deployment:
2525
runs-on: ubuntu-latest
26-
permissions: write-all
2726

2827
steps:
2928
- name: Delete Deployment Environment
3029
uses: strumwolf/delete-deployment-environment@v3
3130
with:
3231
environment: "pr-${{ github.event.number }}"
3332
token: ${{ secrets.GITHUB_TOKEN }}
33+
onlyRemoveDeployments: true

0 commit comments

Comments
 (0)