We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e09c commit daf394eCopy full SHA for daf394e
.github/workflows/pr-build.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
build:
9
name: Build Java ${{ matrix.java }} on ${{ matrix.os }}
10
+ permissions:
11
+ contents: read
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
0 commit comments