Skip to content

Commit

Permalink
write-all permission
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Jan 12, 2023
1 parent b173e2c commit 7b99e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
schedule:
- cron: '0 19 * * *'

permissions:
pull-requests: write
issues: write
repository-projects: write
permissions: write-all

jobs:
update:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/update-jp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Update-JP
on:
workflow_dispatch:

permissions:
pull-requests: write
issues: write
repository-projects: write
permissions: write-all

jobs:
update:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/updatemodels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
types: [created]
workflow_dispatch:

permissions:
pull-requests: write
issues: write
repository-projects: write
permissions: write-all

jobs:
update:
Expand Down

0 comments on commit 7b99e75

Please sign in to comment.