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 d237cb0 commit cf81bb8Copy full SHA for cf81bb8
samples/platformatic/.github/workflows/deploy.yaml
@@ -13,14 +13,8 @@ jobs:
13
id-token: write
14
15
steps:
16
- - name: Checkout Repo
17
- uses: actions/checkout@v4
+ - name: Checkout Repo
+ uses: actions/checkout@v4
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
24
- env:
25
- ENV1: ${{ secrets.ENV1 }}
26
- ENV2: ${{ secrets.ENV2 }}
+ - name: Deploy
+ uses: DefangLabs/[email protected]
0 commit comments