Skip to content

Commit

Permalink
update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Jan 12, 2024
1 parent d06fb06 commit 39e81d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Python Unittest Coverage

on: [push, pull_request]

permissions:
pull-requests: write

jobs:
test:
if: false == contains(github.event.pull_request.title, 'WIP')
runs-on: ${{ matrix.os }}
permissions: write-all
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 39e81d3

Please sign in to comment.