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 c8989e2 commit 00e42d5Copy full SHA for 00e42d5
.github/workflows/build-container.yml
@@ -1,4 +1,3 @@
1
----
2
name: Build and push container
3
on:
4
push:
@@ -7,6 +6,10 @@ on:
7
6
- prod
8
- staging
9
workflow_dispatch:
+
10
+permissions:
11
+ contents: read
12
13
jobs:
14
docker:
15
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
pull_request:
runs-on: ubuntu-22.04
0 commit comments