Skip to content

Commit

Permalink
add STUDENT_OBJ_ID env variables to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shalearkane committed Apr 11, 2024
1 parent d12b7b1 commit 819f9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GCP-Deploy-Staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
REDIS_URI=${{ secrets.REDIS_URI }}
REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
REDIS_USERNAME=${{ secrets.REDIS_USERNAME }}
STUDENT_GROUP_OBJ_ID=${{ secrets.STUDENT_GROUP_OBJ_ID_STAGING }}
# If required, use the Cloud Run url output in later steps
- name: Show Output
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/GCP-Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
REDIS_URI=${{ secrets.REDIS_URI }}
REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
REDIS_USERNAME=${{ secrets.REDIS_USERNAME }}
STUDENT_GROUP_OBJ_ID=${{ secrets.STUDENT_GROUP_OBJ_ID }}
# If required, use the Cloud Run url output in later steps
- name: Show Output
Expand Down

0 comments on commit 819f9f6

Please sign in to comment.