mirror of https://github.com/qos-ch/slf4j
ci: add GitHub token permissions for workflow
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
This commit is contained in:
parent
c0001d4619
commit
14ec670971
|
|
@ -17,6 +17,9 @@ concurrency:
|
|||
group: ${{ (github.ref == 'refs/heads/branch_1.2.18' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release' ) && format('ci-main-{0}', github.sha) || format('ci-main-{0}', github.ref) }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
name: JDK ${{ matrix.jdk }}, ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue