Skip to content

Commit

Permalink
Merge pull request #6 from Bardin08/vbardin/initial-version
Browse files Browse the repository at this point in the history
Fix path to appsettings.json
  • Loading branch information
Bardin08 authored May 9, 2024
2 parents bad37e7 + 4512919 commit 84c1d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Variable Substitution in appsettings.json
uses: microsoft/variable-substitution@v1
with:
files: 'appsettings.json'
files: '**/appsettings.json'
env:
Trello.AppKey: ${{ secrets.TRELLO_APP_KEY }}
Trello.UserToken: ${{ secrets.TRELLO_USER_TOKEN }}
Expand Down

0 comments on commit 84c1d0b

Please sign in to comment.