We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf240a + aee829c commit 73d1d42Copy full SHA for 73d1d42
3 files changed
.github/workflows/cd.yml
@@ -3,6 +3,9 @@ on:
3
branches:
4
- main
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
smoke:
11
runs-on: ubuntu-latest
@@ -37,6 +40,9 @@ jobs:
37
40
secrets: inherit
38
41
39
42
put:
43
+ permissions:
44
+ contents: write
45
+ deployments: write
46
needs: [ci1, ci2, smoke]
47
48
steps:
.github/workflows/ci-pre-reqs.yml
@@ -9,6 +9,9 @@ concurrency:
group: ${{ github.ref }}/2
cancel-in-progress: true
12
13
14
15
16
pre-reqs:
17
continue-on-error: true
.github/workflows/vx-tagger.yml
@@ -4,6 +4,8 @@ on:
concurrency:
group: ${{ github.ref }}
retag:
0 commit comments