We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476f8a5 commit 9718178Copy full SHA for 9718178
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ on:
5
- main
6
7
env:
8
- ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
9
- ECR_REPOSITORY: ${{ secrets.ECR_REPO }}
10
- IMAGE_TAG: ${{ github.sha }}
+ LT_USERNAME: ${{ secrets.LT_USERNAME }}
+ LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
+ GRID_HOST: ${{ secrets.GRID_HOST }}
11
12
jobs:
13
Find-GitSHA:
0 commit comments