Skip to content

Commit a8913ac

Browse files
committed
Add release permission
1 parent e5c5c58 commit a8913ac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/ipa.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: IPA Down
44
env:
55
PYTHONIOENCODING: utf-8
66

7+
# Allow Release
8+
permissions: write-all
9+
710
on:
811
workflow_dispatch:
912
inputs:

Diff for: .github/workflows/ipa_shell.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: IPA Download Shell
44
env:
55
PYTHONIOENCODING: utf-8
66

7+
# Allow Release
8+
permissions: write-all
9+
710
on:
811
workflow_dispatch:
912
inputs:

0 commit comments

Comments
 (0)