We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454d584 commit d3ab232Copy full SHA for d3ab232
.github/workflows/pull-requests.yml
@@ -55,9 +55,10 @@ jobs:
55
- uses: actions/checkout@v4
56
- uses: nais/deploy/actions/deploy@v2
57
env:
58
+ APIKEY: ${{ secrets.NAIS_DEPLOY_API_KEY }}
59
CLUSTER: dev-gcp
60
RESOURCE: deploy/preprod.yaml
- WORKLOAD_IMAGE: ${{ needs.build_and_push.outputs.image }}
61
+ IMAGE: ${{ needs.build_and_push.outputs.image }}
62
TELEMETRY: ${{ needs.build_and_push.outputs.telemetry }}
63
acceptance-tests:
64
name: Run acceptance tests
0 commit comments