Skip to content

Commit

Permalink
Update docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-g…
Browse files Browse the repository at this point in the history
…oogle-cloud-run.md
  • Loading branch information
AstrakhantsevaAA authored Nov 11, 2024
1 parent 93942dd commit a170bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Environment variables can be set in Cloud Run in two ways:
- In the "Environment Variable" field, enter the environment variable's name that corresponds
to the argument required by the pipeline. Remember to capitalize the variable name if it is
required by the pipeline and specified in secrets.toml. For example, if the variable name is
`api_key`, you would declare the environment variable as `API_KEY`.
`sources.notion.api_key`, you would declare the environment variable as `SOURCES__NOTION__API_KEY`.
- Select the secret to reference.
- Click "Done" and update the function.
- “Assign the Secret Manager Secret Accessor role to the Cloud Run service account.
Expand Down

0 comments on commit a170bfa

Please sign in to comment.