Skip to content

Commit

Permalink
fix misnamed env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Aug 8, 2024
1 parent d949bd4 commit 27cf912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: DefangLabs/defang-github-action@main
with:
cliVersion: v0.5.38
configEnvVars: "DEFANG_GH_ACTION_TEST_MESSAGE"
configEnvVars: "API_KEY DB_CONNECTION_STRING"
cwd: "./test"
env:
API_KEY: ${{ secrets.API_KEY }}
Expand Down

0 comments on commit 27cf912

Please sign in to comment.