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 989d86e commit 7594d40Copy full SHA for 7594d40
.github/workflows/docker.yml
@@ -7,8 +7,13 @@ on:
7
branches:
8
- master
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
init:
15
+ permissions:
16
+ contents: none
17
runs-on: ubuntu-latest
18
outputs:
19
do_docker: ${{ steps.vars.outputs.IS_DOCKERHUB_PUSH }}
.github/workflows/testing.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
branches: [ '**' ]
build:
name: Tests and Code Coverage
0 commit comments