deploy: called workflow와 caller workflow에 secrets 추가 (#271) #83
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 | ||
Check failure on line 11 in .github/workflows/packy-cd-dev.yml GitHub Actions / packy API Dev Server - CDInvalid workflow file
|
||
with: | ||
profile: dev | ||
secrets: | ||
ACTION_TOKEN: ${{ secrets.ACTION_TOKEN }} | ||
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }} | ||
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
AWS_REGION: ${{ secrets.AWS_REGION }} | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |