Skip to content

Commit

Permalink
Add release permission
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed May 9, 2022
1 parent e5c5c58 commit a8913ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: IPA Down
env:
PYTHONIOENCODING: utf-8

# Allow Release
permissions: write-all

on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ipa_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: IPA Download Shell
env:
PYTHONIOENCODING: utf-8

# Allow Release
permissions: write-all

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit a8913ac

Please sign in to comment.