Skip to content

Commit

Permalink
updated secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertocicciaa committed Dec 29, 2024
1 parent 9801cad commit c66aec8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
entry_point: read
source_dir: cloud-resume-api
region: europe-west9
environment_variables: |
DATABASE_NAME=${{ secrets.DATABASE_NAME }}
COLLECTION_NAME=${{ secrets.COLLECTION_NAME }}
- name: deploy cloud function post
id: deploy-post
Expand All @@ -47,3 +50,7 @@ jobs:
entry_point: update_visitor
source_dir: cloud-resume-post
region: europe-west9
environment_variables: |
DATABASE_NAME=${{ secrets.DATABASE_NAME }}
COLLECTION_NAME=${{ secrets.COLLECTION_NAME }}
DOCUMENT_ID=${{ secrets.DOCUMENT_ID }}

0 comments on commit c66aec8

Please sign in to comment.