Skip to content

Commit

Permalink
Escape the secrets templating.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangaline committed Jan 17, 2024
1 parent 5c16aa1 commit 0a046d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/common/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sindri deploy --untagged
env:
SINDRI_API_KEY: ${{ secrets.SINDRI_API_KEY }}
SINDRI_API_KEY: {% raw %}${{ secrets.SINDRI_API_KEY }}{% endraw %}

deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
run: |
sindri deploy
env:
SINDRI_API_KEY: ${{ secrets.SINDRI_API_KEY }}
SINDRI_API_KEY: {% raw %}${{ secrets.SINDRI_API_KEY }}{% endraw %}

0 comments on commit 0a046d7

Please sign in to comment.