We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f52a3 commit fccd863Copy full SHA for fccd863
1 file changed
.github/workflows/deploy-to-openshift-backend-dev.yml
@@ -44,6 +44,9 @@ on:
44
jobs:
45
openshift-ci-cd:
46
name: Build and deploy Backend to DEV
47
+ permissions:
48
+ contents: write
49
+ packages: write
50
runs-on: ubuntu-24.04
51
environment: dev
52
@@ -204,6 +207,8 @@ jobs:
204
207
205
208
zap:
206
209
name: Run Zap Scan
210
211
+ content: read
212
needs: openshift-ci-cd
213
214
0 commit comments