Skip to content

Commit a9150e6

Browse files
committed
ci: update workflow
1 parent 56283c6 commit a9150e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
STACK_EXCHANGE_ID: ${{ secrets.STACK_EXCHANGE_ID }}
4848
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}
4949
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
50-
run: sudo sh scripts/populate-keys.sh
50+
run: |
51+
chmod +x ./scripts/populate-keys.sh
52+
sh ./scripts/populate-keys.sh
5153
5254
- name: Running tests
5355
run: npm run ci-test --if-present

0 commit comments

Comments
 (0)