We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68307e commit 722ac2dCopy full SHA for 722ac2d
.github/workflows/build-deploy-app.yml
@@ -101,5 +101,4 @@ jobs:
101
image-tag: ${{ needs.build-push.outputs.nais-tag }}
102
cluster: ${{needs.build-push.outputs.nais-cluster}}
103
nais-config-path: ${{needs.build-push.outputs.nais-config-path}}
104
- secrets:
105
- registry-project: ${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}
+ secrets: inherit
.github/workflows/deploy-to-nais.yml
@@ -64,10 +64,7 @@ on:
64
required: false
65
default: master
66
type: string
67
68
- registry-project:
69
- description: Artifact Registry project
70
-
+
71
jobs:
72
deploy:
73
name: Deploy to NAIS cluster
0 commit comments