We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c748b4 commit 4b10bfcCopy full SHA for 4b10bfc
samples/django-channels-redis-postgres/.github/workflows/deploy.yaml
@@ -18,9 +18,8 @@ jobs:
18
19
- name: Deploy
20
uses: DefangLabs/[email protected]
21
- #REMOVE_ME_AFTER_EDITING - Replace the following line with the list of environment variables you want to pass to the action
22
with:
23
- config-env-vars: ENV1 ENV2
+ config-env-vars: SECRET_KEY POSTGRES_PASSWORD
24
env:
25
- ENV1: ${{ secrets.ENV1 }}
26
- ENV2: ${{ secrets.ENV2 }}
+ SECRET_KEY: ${{ secrets.SECRET_KEY }}
+ POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
0 commit comments