Skip to content

Commit

Permalink
try write-all permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed May 3, 2024
1 parent d3705a3 commit a88d7a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check_ts.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: check-ts
on:
pull_request:
permissions: write-all


jobs:
ts:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v3
- name: Get diff lines
Expand Down

0 comments on commit a88d7a8

Please sign in to comment.