Skip to content

Commit

Permalink
Refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 18, 2023
1 parent 68c37e4 commit 7d2127f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
RecaptchaSiteKey=${{ secrets.RECAPTCHA_SITE_KEY }},
RecaptchaProjectId=${{ secrets.RECAPTCHA_PROJECT_ID }},
JobsSpreadsheetId=${{ secrets.JOBS_SPREADSHEET_ID }},
JobsSheetId=${{ secrets.JOBS_SHEET_ID }},
GithubAccessToken=${{ secrets.PERSONAL_ACCESS_TOKEN_GITHUB }},
ResourcesURL=${{secrets.RESOURCES_URL}},
LambdaBucket=canopas-dev-lambda-handlers,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
RecaptchaSiteKey=${{ secrets.RECAPTCHA_SITE_KEY }},
RecaptchaProjectId=${{ secrets.RECAPTCHA_PROJECT_ID }},
JobsSpreadsheetId=${{ secrets.JOBS_SPREADSHEET_ID }},
JobsSheetId=${{ secrets.JOBS_SHEET_ID }},
GithubAccessToken=${{ secrets.PERSONAL_ACCESS_TOKEN_GITHUB }},
ResourcesURL=${{secrets.RESOURCES_URL}},
LambdaBucket=canopas-dev-lambda-handlers,
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ Resources:
Fn::Sub: ${RecaptchaProjectId}
JOBS_SPREADSHEET_ID:
Fn::Sub: ${JobsSpreadsheetId}
JOBS_SHEET_ID:
Fn::Sub: ${JobsSheetId}
PERSONAL_ACCESS_TOKEN_GITHUB:
Fn::Sub: ${GithubAccessToken}
RESOURCES_URL:
Expand Down

0 comments on commit 7d2127f

Please sign in to comment.