Skip to content

Commit

Permalink
grant additional permissions to the tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffsee committed Jan 10, 2025
1 parent 47ad9b5 commit 4e8bf71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Tests

permissions:
pull-requests: write
statuses: write
checks: write
contents: read
actions: read
on:
push:
branches: [main]
Expand All @@ -11,6 +16,8 @@ on:

jobs:
tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4e8bf71

Please sign in to comment.