Skip to content

Commit

Permalink
adjust permission and allow to tun on PRs (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty authored May 21, 2024
1 parent b718d29 commit 63b594c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Python Tests

on:
push:
pull_request:

permissions:
contents: read
issues: write
checks: write
pull-requests: write

jobs:
test:
Expand Down

0 comments on commit 63b594c

Please sign in to comment.