mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-28 16:06:24 +01:00
fix permission (#87)
This commit is contained in:
10
.github/workflows/push_format.yml
vendored
10
.github/workflows/push_format.yml
vendored
@@ -5,15 +5,11 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
jobs:
|
||||
push_format:
|
||||
permissions:
|
||||
actions: write
|
||||
checks: write
|
||||
contents: write
|
||||
issues: write
|
||||
repository-projects: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user