Skip to content

Commit

Permalink
ㅋㅋ
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom1046 committed Dec 3, 2024
1 parent bade9e0 commit ee04443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v20
with:
aws_access_key: ${{secrets.MALLANG_ACCESS_KEY}}
aws_secret_key: ${{secrets.MALLANG_SECRET_KEY}}
aws_access_key: ${{secrets.AWS_ACTION_ACCESS_KEY}}
aws_secret_key: ${{secrets.AWS_ACTION_SECRET_ACCESS_KEY}}
application_name: Mallangs2-two
environment_name: Mallangs2-two-env
version_label: github-action-${{steps.current-time.outputs.formattedTime}}
Expand Down

0 comments on commit ee04443

Please sign in to comment.