Skip to content

Commit fa24348

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Unlock DEV secrets
3333
uses: sliteteam/[email protected]
3434
env:
35-
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_STAGE }}
35+
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_DEFAULT }}
3636

3737
- name: build docker
3838
run: make build

0 commit comments

Comments
 (0)