Skip to content

Commit

Permalink
fix env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Apr 10, 2022
1 parent 5a36cad commit 61a5ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
java-version: 11
- name: Prepare secrets
env:
AWS_LOGS: {{ secrets.AWS_LOGS }}
AWS_SYNC: {{ secrets.AWS_SYNC }}
AWS_SYNC: ${{ secrets.AWS_SYNC }}
AWS_LOGS: ${{ secrets.AWS_LOGS }}
run: |
echo $AWS_LOGS > src/main/resources/AWS_LOGS
echo $AWS_SYNC > src/main/resources/AWS_SYNC
Expand Down

0 comments on commit 61a5ea2

Please sign in to comment.