Skip to content

Commit 3eb6b1b

Browse files
authored
chore: fix workflow definition
1 parent 7bde0be commit 3eb6b1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Test with tox
3232
run: tox -- --cov-report=xml
3333
env:
34-
- STRUCTURIZR_WORKSPACE_ID: ${{ secrets.STRUCTURIZR_WORKSPACE_ID }}
35-
- STRUCTURIZR_API_KEY: ${{ secrets.STRUCTURIZR_API_KEY }}
36-
- STRUCTURIZR_API_SECRET: ${{ secrets.STRUCTURIZR_API_SECRET }}
34+
STRUCTURIZR_WORKSPACE_ID: ${{ secrets.STRUCTURIZR_WORKSPACE_ID }}
35+
STRUCTURIZR_API_KEY: ${{ secrets.STRUCTURIZR_API_KEY }}
36+
STRUCTURIZR_API_SECRET: ${{ secrets.STRUCTURIZR_API_SECRET }}
3737
- name: Report coverage
3838
run: bash <(curl -f https://codecov.io/bash)

0 commit comments

Comments
 (0)