Skip to content

Commit

Permalink
Inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Nov 6, 2024
1 parent d68307e commit 722ac2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ jobs:
image-tag: ${{ needs.build-push.outputs.nais-tag }}
cluster: ${{needs.build-push.outputs.nais-cluster}}
nais-config-path: ${{needs.build-push.outputs.nais-config-path}}
secrets:
registry-project: ${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}
secrets: inherit
5 changes: 1 addition & 4 deletions .github/workflows/deploy-to-nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ on:
required: false
default: master
type: string
secrets:
registry-project:
description: Artifact Registry project


jobs:
deploy:
name: Deploy to NAIS cluster
Expand Down

0 comments on commit 722ac2d

Please sign in to comment.