Skip to content

Commit

Permalink
adding env
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Mar 13, 2024
1 parent f3fd022 commit 3daf66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge_to_main_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
API_LAMBDA_IMAGE: api-lambda:00c44e3
HEARTBEAT_IMAGE: heartbeat:5c8da95
SYSTEM_STATUS_IMAGE: system_status:5c8da95
KUBECTL_VERSION: 1.23.6

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/syntax_check_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Testing Prod Manifest
on:
- pull_request

env:
KUBECTL_VERSION: 1.23.6

jobs:
testing_manifest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3daf66c

Please sign in to comment.