Skip to content

Commit b49b700

Browse files
author
zhengmz
committed
add actions permission for delete workflow
1 parent dceb8ed commit b49b700

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/HiWiFi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@ jobs:
102102
runs-on: ubuntu-latest
103103
#needs: sync-code
104104

105-
# For create release
105+
# contents for create release
106+
# actions for delete workflow
106107
permissions:
107108
contents: write
109+
actions: write
108110

109111
if: github.event.repository.owner.id == github.event.sender.id
110112

0 commit comments

Comments
 (0)