We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebf25b commit 2760ec0Copy full SHA for 2760ec0
.github/workflows/run-aws-tests.yml
@@ -68,4 +68,8 @@ jobs:
68
- run: npm run test:aws --workspace artillery
69
env:
70
FORCE_COLOR: 1
71
- ECR_IMAGE_VERSION: ${{ github.sha }} # the image is published with the sha of the commit within this repo
+ ECR_IMAGE_VERSION: ${{ github.sha }} # the image is published with the sha of the commit within this repo
72
+ ARTILLERY_CLOUD_ENDPOINT: ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
73
+ ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY_TEST }}
74
+ GITHUB_REPO: ${{ github.repository }}
75
+ GITHUB_ACTOR: ${{ github.actor }}
0 commit comments