Skip to content

Commit

Permalink
feat: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jul 20, 2024
1 parent 3996545 commit 0575bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Copy Secrets
uses: microsoft/variable-substitution@v1
with:
files: ./app/src/main/resources/application-cloud-dev.yml
files: './app/src/main/resources/application-cloud-dev.yml'
env:
ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
Expand Down

0 comments on commit 0575bfc

Please sign in to comment.