Skip to content

Commit 722ac2d

Browse files
committed
Inherit secrets
1 parent d68307e commit 722ac2d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build-deploy-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ jobs:
101101
image-tag: ${{ needs.build-push.outputs.nais-tag }}
102102
cluster: ${{needs.build-push.outputs.nais-cluster}}
103103
nais-config-path: ${{needs.build-push.outputs.nais-config-path}}
104-
secrets:
105-
registry-project: ${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}
104+
secrets: inherit

.github/workflows/deploy-to-nais.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ on:
6464
required: false
6565
default: master
6666
type: string
67-
secrets:
68-
registry-project:
69-
description: Artifact Registry project
70-
67+
7168
jobs:
7269
deploy:
7370
name: Deploy to NAIS cluster

0 commit comments

Comments
 (0)