Skip to content

Commit b381032

Browse files
committed
adding bucket name and template name
1 parent 338b48a commit b381032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-e2e-tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
env:
3636
NEW_RELIC_USER_KEY: ${{ secrets.NEW_RELIC_USER_KEY }}
3737
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}
38+
S3_BUCKET: unified-firehose-test-bucket
39+
TEMPLATE_FILE_NAME: firehose-template.yaml
3840
run: |
3941
cd e2e_tests/
4042
./build_template.sh

0 commit comments

Comments
 (0)