We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338b48a commit b381032Copy full SHA for b381032
.github/workflows/run-e2e-tests.yaml
@@ -35,6 +35,8 @@ jobs:
35
env:
36
NEW_RELIC_USER_KEY: ${{ secrets.NEW_RELIC_USER_KEY }}
37
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}
38
+ S3_BUCKET: unified-firehose-test-bucket
39
+ TEMPLATE_FILE_NAME: firehose-template.yaml
40
run: |
41
cd e2e_tests/
42
./build_template.sh
0 commit comments