Skip to content

Commit 7a5d83b

Browse files
committed
chore: add secrets to env
1 parent c3d41bd commit 7a5d83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ jobs:
113113
- name: Install dependencies and library
114114
run: poetry install
115115
- name: Run tests
116-
run: poetry run python -m unittest discover -s tests -v
117116
env:
118117
SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}
119118
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
120119
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
121120
SCW_DEFAULT_REGION: ${{ secrets.SCW_DEFAULT_REGION }}
122-
SCW_DEFAULT_ZONE: ${{ secrets.SCW_DEFAULT_ZONE }}
121+
run: poetry run python -m unittest discover -s tests -v
122+

0 commit comments

Comments
 (0)