Skip to content

Commit

Permalink
Fix: add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
junho100 committed Dec 2, 2024
1 parent 370d717 commit 194874d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
echo "DEPT_NOTICE_URL_1=${{ secrets.DEPT_NOTICE_URL_1 }}" >> .env
echo "DEPT_NOTICE_URL_2=${{ secrets.DEPT_NOTICE_URL_2 }}" >> .env
echo "DEPT_NOTICE_URL_3=${{ secrets.DEPT_NOTICE_URL_3 }}" >> .env
echo "DISCORD_BOT_TOKEN=${{ secrets.DISCORD_BOT_TOKEN }}" >> .env
- name: Build, tag, and push image to Amazon ECR
id: build-image
Expand Down

0 comments on commit 194874d

Please sign in to comment.