Skip to content

Commit c519d54

Browse files
committed
ci: Add credential and API version secrets to workflow and enable verbose pre-commit output.
1 parent cb231b9 commit c519d54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
API_SECRET: ${{ secrets.API_SECRET }}
3636
AFFILIATE_TAG: ${{ secrets.AFFILIATE_TAG }}
3737
COUNTRY_CODE: ${{ secrets.COUNTRY_CODE }}
38+
CREDENTIAL_ID: ${{ secrets.CREDENTIAL_ID }}
39+
CREDENTIAL_SECRET: ${{ secrets.CREDENTIAL_SECRET }}
40+
API_VERSION: ${{ secrets.API_VERSION }}
3841

3942
steps:
4043
- uses: actions/checkout@v5
@@ -65,7 +68,7 @@ jobs:
6568
6669
- name: Run all checks
6770
run: |
68-
uv run --extra async pre-commit run --all-files
71+
uv run --extra async pre-commit run --all-files --verbose
6972
7073
test:
7174
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)