Skip to content

Commit 0f2312f

Browse files
author
Kjetil JD
committed
Legg tilbake apikey
1 parent d2dc0c8 commit 0f2312f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: nais/deploy/actions/deploy@v2
4242
env:
43+
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
4344
CLUSTER: dev-gcp
4445
RESOURCE: deploy/dev.yml
4546
IMAGE: ${{ needs.build.outputs.image }}
@@ -52,6 +53,7 @@ jobs:
5253
- uses: actions/checkout@v4
5354
- uses: nais/deploy/actions/deploy@v2
5455
env:
56+
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
5557
CLUSTER: prod-gcp
5658
RESOURCE: deploy/prod.yml
5759
IMAGE: ${{ needs.build.outputs.image }}

0 commit comments

Comments
 (0)