Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
decrypt .env v2
  • Loading branch information
rodolfoIOET committed Jun 23, 2022
commit 6162edf4536c5f199d83cef50f7f9708c7a65881
7 changes: 4 additions & 3 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}

- name: build docker
run: make build

- name: Inject Secrets
env:
SCOPES: ${{ secrets.SCOPES }}
Expand All @@ -44,7 +41,11 @@ jobs:
run: |
chmod +x ./scripts/populate-keys.sh
sh ./scripts/populate-keys.sh

- name: build docker
run: |
git-crypt unlock
make build

- name: Running tests
run: |
Expand Down