fix: 공지사항 단일 조회 API 토큰 없이 접근 가능하도록 변경 (#288) #94
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: packy API Dev Server - CD | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
CD: | |
name: Call Reusable Deploy Workflow | |
uses: ./.github/workflows/reusable-cd.yml | |
with: | |
profile: dev | |
secrets: | |
ACTION_TOKEN: ${{ secrets.ACTION_TOKEN }} | |
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }} | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
AWS_REGION: ${{ secrets.AWS_REGION }} | |
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |