Skip to content

Commit d191d3d

Browse files
committed
remove env vars from workflow
1 parent c1a7968 commit d191d3d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
TEST_POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
9797
TEST_PROJECT_HONEYPOT_KEY: ${{ secrets.TEST_PROJECT_HONEYPOT_KEY}}
9898
TEST_QUEUE: ${{ secrets.TEST_QUEUE }}
99-
TEST_REDISX_URL: ${{ secrets.TEST_REDISX_URL }}
10099
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
101100
TEST_SECRET_KEY_BASE: ${{ secrets.TEST_SECRET_KEY_BASE }}
102101
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}

samples/redis-js/.github/workflows/deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ jobs:
1919

2020
- name: Deploy
2121
uses: DefangLabs/[email protected]
22-
with:
23-
config-env-vars: REDISX_URL
24-
env:
25-
ENV1: ${{ secrets.REDISX_URL }}

0 commit comments

Comments
 (0)