Skip to content

Commit

Permalink
cookicutter template out of raw (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed Dec 1, 2021
1 parent cf46ab1 commit 4434647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ cookiecutter.amazon_web_services.region }}
{% endraw %}
AWS_DEFAULT_REGION: {{ cookiecutter.amazon_web_services.region }}
{% elif cookiecutter.provider == 'do' %}
{% raw %}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4434647

Please sign in to comment.