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 427ffaf commit e3d98e1
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 @@ -10,6 +15,8 @@ on:
types: [checks_requested]

jobs:
permissions:
contents: read
tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e3d98e1

Please sign in to comment.