Skip to content

Commit

Permalink
Update review-apps-guide.html.md (superfly#1853)
Browse files Browse the repository at this point in the history
Missing $ from secrets parsing
  • Loading branch information
iSCJT authored Dec 16, 2024
1 parent 7b75ea0 commit 1219dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/review-apps-guide.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ Once you have your secrets and environment variables set in GitHub, add each of
id: deploy
uses: superfly/[email protected]
with:
secrets: FOOBAR={{ secrets.FOOBAR }} SOME_API_KEY={{ secrets.SOME_API_KEY}}
secrets: FOOBAR=${{ secrets.FOOBAR }} SOME_API_KEY=${{ secrets.SOME_API_KEY}}
```

0 comments on commit 1219dda

Please sign in to comment.