Skip to content

Commit

Permalink
[#24]feat: permission denied 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SongGwanSeok committed Oct 24, 2024
1 parent 3a2e0bb commit 9cc1617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
CREATE_SECRET: ${{secrets.EDUPI_ASSIT_DEV_DOTENV}}
CREATE_SECRET_DIR_FILE_NAME: .env
run: echo $CREATE_SECRET | base64 --decode > /$CREATE_SECRET_DIR_FILE_NAME
run: echo $CREATE_SECRET | base64 --decode > ./$CREATE_SECRET_DIR_FILE_NAME

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 9cc1617

Please sign in to comment.