Skip to content

Run AWS Spec tests

Run AWS Spec tests #18

Workflow file for this run

name: Run AWS Spec tests
on:
workflow_dispatch:
schedule:
- cron: "0 13 * * 1" # Every Monday
permissions:
contents: write
id-token: write
packages: write
jobs:
run-aws-test-kitchen:
uses: observeinc/aws-test-kitchen/.github/workflows/ci.yml@main

Check failure on line 15 in .github/workflows/spec-tests.yaml

View workflow run for this annotation

GitHub Actions / Run AWS Spec tests

Invalid workflow file

The workflow is not valid. .github/workflows/spec-tests.yaml (Line: 15, Col: 11): Secret AWS_ACCESS_KEY_ID is required, but not provided while calling. .github/workflows/spec-tests.yaml (Line: 15, Col: 11): Secret AWS_SECRET_ACCESS_KEY is required, but not provided while calling.
with:
test_type: terraform
code_sha: ${{ github.sha }}
secrets:
OBSERVE_CUSTOMER: ${{ secrets.OBSERVE_CUSTOMER }}
OBSERVE_TOKEN: ${{ secrets.OBSERVE_TOKEN }}
OBSERVE_DOMAIN: ${{ secrets.OBSERVE_DOMAIN }}
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}