Skip to content

Commit ac957c2

Browse files
committed
add env config in starter sample
1 parent 0712479 commit ac957c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

starter-sample/.github/workflows/deploy.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Deploy
20-
uses: DefangLabs/[email protected]
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
24+
env:
25+
ENV1: ${{ secrets.ENV1 }}
26+
ENV2: ${{ secrets.ENV2 }}

0 commit comments

Comments
 (0)