Skip to content

Commit

Permalink
ci: set deploy env inputs/secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Nov 10, 2021
1 parent 0573e46 commit 7777544
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
uses: nbugden/gh-actions/.github/workflows/build.yaml@main
with:
clutch_env: test
aws_default_region: ca-central-1
secrets:
github_token: ${{ secrets.GITHUB_TOKEN }}
aws_access_key: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
3 changes: 3 additions & 0 deletions .github/workflows/staging-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
uses: nbugden/gh-actions/.github/workflows/build.yaml@main
with:
clutch_env: test
aws_default_region: ca-central-1
secrets:
github_token: ${{ secrets.GITHUB_TOKEN }}
aws_access_key: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
3 changes: 3 additions & 0 deletions .github/workflows/testing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
uses: nbugden/gh-actions/.github/workflows/build.yaml@main
with:
clutch_env: test
aws_default_region: ca-central-1
secrets:
github_token: ${{ secrets.GITHUB_TOKEN }}
aws_access_key: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}

0 comments on commit 7777544

Please sign in to comment.