Skip to content

Commit

Permalink
Merge pull request #2748 from jandubois/read-only-tests
Browse files Browse the repository at this point in the history
Test workflow should not need any write permissions
  • Loading branch information
AkihiroSuda authored Oct 16, 2024
2 parents 536a954 + 18924e4 commit f0c14f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
env:
LIMACTL_CREATE_ARGS: ""

permissions: read-all

jobs:
lints:
name: "Lints"
Expand Down

0 comments on commit f0c14f9

Please sign in to comment.