Skip to content

Commit 743fa8f

Browse files
committed
Fix "Resource not accessible by integration" for Delete Workflow
1 parent f4e7c0f commit 743fa8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/delete_workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
del_runs:
99
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
1012
steps:
1113
- name: Delete workflow runs
1214
uses: Mattraks/delete-workflow-runs@c1a2f0de3fa4134a2357de83c92acff6e298bb8a

0 commit comments

Comments
 (0)