Skip to content

Commit b3b2f5a

Browse files
authored
ci: remove secrets from env vars (#141)
1 parent 10c9172 commit b3b2f5a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

-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

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
extras_require={
6060
"dev": [
6161
"pytest ~= 8.3",
62-
"python-dotenv ~= 1.0",
6362
"faker ~= 33.1",
6463
"build ~= 1.2",
6564
"ruff ~= 0.8",

0 commit comments

Comments
 (0)