Skip to content

Commit

Permalink
maven.yml changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdent committed Mar 7, 2024
1 parent 7d34d13 commit 187b0f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ name: JSON-B API

on: [push, pull_request]

permissions:
security-events: read
contents: write
actions: read
id-token: write
checks: write

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: JSON-B API compilation
Expand Down

0 comments on commit 187b0f8

Please sign in to comment.