Skip to content

Commit 4b4a0cb

Browse files
author
Thierry Boileau
committed
Updated CI workflow permissions
1 parent 8051b38 commit 4b4a0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
20+
packages: write
1821
steps:
1922
- uses: actions/checkout@v4
2023
- name: Set up JDK ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)