Skip to content

Commit

Permalink
Permission test
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Apr 19, 2023
1 parent 1c33924 commit bd5da95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

# test
permissions: write-all

jobs:

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

0 comments on commit bd5da95

Please sign in to comment.