Skip to content
Prev Previous commit
Next Next commit
test permission
  • Loading branch information
corona10 committed Apr 19, 2023
commit 757d8e24b59378c5d26970df53478c596d3d17ce
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

# test
permissions: write-all

jobs:

test:
runs-on: ${{ matrix.os }}
permissions:
pull-requests: write
name: ${{ matrix.os }} - ${{ matrix.python }}
strategy:
fail-fast: false
Expand Down