- Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
TL;DR
It would be great if this action supports passing the secret as an environment variable or mounting the secret as a volume.
Design
Action YAML
steps: - uses: actions/checkout@v2 - id: deploy uses: google-github-actions/deploy-cloud-functions@main with: name: my-function runtime: nodejs10 credentials: ${{ secrets.gcp_credentials }} secrets: | ENV_VAR=SECRET:VERSION ENV_VAR=projects/PROJECT_ID/secrets/SECRET:VERSION ENV_VAR=projects/PROJECT_ID/secrets/SECRET/versions/VERSION /SECRET_PATH=SECRET:VERSION /MOUNT_PATH:/SECRET_PATH=SECRET:VERSION Resources
TiMirLAN, chrismphilp, gigerbytes, nickjn92 and amadosdiop
Metadata
Metadata
Assignees
Labels
No labels