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 368cb0a commit e4c9861Copy full SHA for e4c9861
.github/workflows/build.yml
@@ -23,6 +23,9 @@ concurrency:
23
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24
cancel-in-progress: true
25
26
+permissions:
27
+ contents: read
28
+
29
jobs:
30
build:
31
runs-on: ubuntu-22.04
.github/workflows/testacc.yml
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-testacc
testacc:
name: Acceptance Test
0 commit comments