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 39e81d3 commit d12b784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
test:
if: false == contains(github.event.pull_request.title, 'WIP')
runs-on: ${{ matrix.os }}
permissions: write-all
permissions:
contents: write
pull-requests: write
repository-projects: write
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit d12b784

Please sign in to comment.