Skip to content

Bootstrap

Bootstrap #9

Workflow file for this run

name: End to End Testing
on:
issue_comment:
types: [created]
jobs:
e2e:
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main
with:
go-version: '1.21'
secrets:
UPTEST_CLOUD_CREDENTIALS: "not used"
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }}
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}

Check failure on line 15 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / End to End Testing

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yaml (Line: 15, Col: 24): Invalid secret, DATADOG_API_KEY is not defined in the referenced workflow. .github/workflows/e2e.yaml (Line: 16, Col: 24): Invalid secret, DATADOG_APP_KEY is not defined in the referenced workflow.
DATADOG_APP_KEY: ${{ secrets.DATADOG_APP_KEY }}