Skip to content

Commit

Permalink
fixup! job permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 2, 2024
1 parent 53ce140 commit e99ad6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
build-conventions:
name: "Build Conventions"
uses: ./.github/workflows/jvm.gradle.yml
permissions:
actions: read
checks: write
contents: write
pull-requests: read
id-token: write
with:
action: "build test check"
jvm: "21"
Expand Down

0 comments on commit e99ad6b

Please sign in to comment.