Skip to content

Commit d3ab232

Browse files
committed
retter api key
Co-authored-by: name <[email protected]>
1 parent 454d584 commit d3ab232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- uses: nais/deploy/actions/deploy@v2
5757
env:
58+
APIKEY: ${{ secrets.NAIS_DEPLOY_API_KEY }}
5859
CLUSTER: dev-gcp
5960
RESOURCE: deploy/preprod.yaml
60-
WORKLOAD_IMAGE: ${{ needs.build_and_push.outputs.image }}
61+
IMAGE: ${{ needs.build_and_push.outputs.image }}
6162
TELEMETRY: ${{ needs.build_and_push.outputs.telemetry }}
6263
acceptance-tests:
6364
name: Run acceptance tests

0 commit comments

Comments
 (0)