We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a66f306 + 61c8214 commit 040e2efCopy full SHA for 040e2ef
.github/workflows/ci.yml
@@ -11,6 +11,9 @@ concurrency:
11
jobs:
12
build-test-images:
13
runs-on: ${{ matrix.os }}
14
+ permissions:
15
+ contents: read
16
+ actions: write
17
strategy:
18
fail-fast: false
19
matrix:
@@ -36,6 +39,9 @@ jobs:
36
39
path: service-test.tar.gz
37
40
service-tests:
38
41
42
43
44
45
46
47
.github/workflows/pytest.yml
@@ -12,6 +12,9 @@ jobs:
tests:
name: pytest - ${{ matrix.os }} - py${{ matrix.python-version }}
20
0 commit comments