Skip to content

Commit

Permalink
Merge pull request #140 from diogoteles08/master
Browse files Browse the repository at this point in the history
ci: set minimal permissions to workflow python-package.yml
  • Loading branch information
kjd committed May 7, 2023
2 parents 37c7d9b + 7595e45 commit d499053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Expand Up @@ -7,6 +7,9 @@ on:
- push
- pull_request

permissions:
contents: read

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

0 comments on commit d499053

Please sign in to comment.