Skip to content

Commit 76a745c

Browse files
committed
ci: remove secrets from env vars
1 parent 10c9172 commit 76a745c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/on-pull-request.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on:
55
workflow_dispatch:
66
pull_request:
77

8-
env:
9-
PASSAGE_USER_ID: ${{ secrets.PASSAGE_USER_ID }}
10-
PASSAGE_APP_ID: ${{ secrets.PASSAGE_APP_ID }}
11-
PASSAGE_API_KEY: ${{ secrets.PASSAGE_API_KEY }}
12-
PASSAGE_AUTH_TOKEN: ${{ secrets.PASSAGE_AUTH_TOKEN }}
13-
CI: true # used by pytest to enable untruncated output
14-
158
jobs:
169
lint:
1710
name: Lint
@@ -40,6 +33,8 @@ jobs:
4033
- name: Install dependencies
4134
run: pip install -e .[dev]
4235
- name: Test
36+
env:
37+
CI: true
4338
run: pytest
4439
test-e2e:
4540
name: Test E2E

0 commit comments

Comments
 (0)