Skip to content

Commit 6162edf

Browse files
committed
decrypt .env v2
1 parent 4703eff commit 6162edf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3232

33-
- name: build docker
34-
run: make build
35-
3633
- name: Inject Secrets
3734
env:
3835
SCOPES: ${{ secrets.SCOPES }}
@@ -44,7 +41,11 @@ jobs:
4441
run: |
4542
chmod +x ./scripts/populate-keys.sh
4643
sh ./scripts/populate-keys.sh
44+
45+
- name: build docker
46+
run: |
4747
git-crypt unlock
48+
make build
4849
4950
- name: Running tests
5051
run: |

0 commit comments

Comments
 (0)