Skip to content

Commit d7a8bf7

Browse files
committed
Update gha secrets
1 parent 1752ef0 commit d7a8bf7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install hatch
39-
- name: Lint
40-
run: |
41-
hatch run lint:all
4239
- name: Test
4340
env:
44-
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
45-
YOUTRACK_TOKEN: ${{ secrets.YOUTRACK_TOKEN }}
41+
VAULT_TEST_GITHUB_PAT: ${{ secrets.VAULT_TEST_GITHUB_PAT }}
4642
run: |
4743
hatch run cov-ci
4844
- name: Upload to Codecov

0 commit comments

Comments
 (0)