Skip to content

test

test #2

Workflow file for this run

name: Nightly release
# Pushes `nightly` image tag as scheduled.
on:
push:
jobs:
k8s_canaries:
uses: ./.github/workflows/component_k8s_canaries.yml

Check failure on line 10 in .github/workflows/tester.yml

View workflow run for this annotation

GitHub Actions / Nightly release

Invalid workflow file

The workflow is not valid. .github/workflows/tester.yml (Line: 10, Col: 11): Secret COREINT_E2E_LICENSE_KEY is required, but not provided while calling.
with:
image-tag: nightly
cluster_name: Agent_Control_Canaries_Staging-Cluster
secrets:
AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}