Skip to content

Commit 9718178

Browse files
committed
fix env
1 parent 476f8a5 commit 9718178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
- main
66

77
env:
8-
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
9-
ECR_REPOSITORY: ${{ secrets.ECR_REPO }}
10-
IMAGE_TAG: ${{ github.sha }}
8+
LT_USERNAME: ${{ secrets.LT_USERNAME }}
9+
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
10+
GRID_HOST: ${{ secrets.GRID_HOST }}
1111

1212
jobs:
1313
Find-GitSHA:

0 commit comments

Comments
 (0)