Skip to content

Commit

Permalink
add permissions to pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Jul 21, 2023
1 parent b41f429 commit 0e39d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
pull_request:
branches: [main]

permissions:
contents: read
checks: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e39d37

Please sign in to comment.