Skip to content

Commit 1dc6a4a

Browse files
author
Rodrigo Lins
committed
fix: TTA-180 fixing environment variables
1 parent 7c5b242 commit 1dc6a4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3131

32+
- name: Unlock DEV secrets
33+
uses: sliteteam/[email protected]
34+
env:
35+
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_STAGE }}
36+
3237
- name: build docker
3338
run: make build
3439

0 commit comments

Comments
 (0)