Skip to content

Commit

Permalink
Update permissions for optional clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Apr 9, 2024
1 parent 16173c2 commit 8d408c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

permissions:
checks: write
contents: read

jobs:
test-typescript:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ on:

# These permissions are necessary for creating the check runs
permissions:
contents: read
checks: write
actions: write # This is optional, see notes below

# The checkout action needs to be run first
jobs:
Expand Down

0 comments on commit 8d408c0

Please sign in to comment.