🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets
GitHub - google-github-actions/get-secretmanager-secrets: A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. · GitHub
jobs: job_id: permissions: contents: 'read' id-token: 'write' steps: - id: 'auth' uses: 'google-github-actions/auth@v3' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' - id: 'secrets' uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- token:my-project/docker-registry-token # Example of using the output - id: 'publish' uses: 'foo/bar@v1' env: TOKEN: '${{ steps.secrets.outputs.token }}'
Starred by 186 users
Forked by 34 users
Languages   TypeScript 95.7% | JavaScript 4.3%
🌐
GitHub
github.com › marketplace › actions › get-secret-manager-secrets
Get Secret Manager secrets · Actions · GitHub Marketplace · GitHub
jobs: job_id: permissions: contents: 'read' id-token: 'write' steps: - id: 'auth' uses: 'google-github-actions/auth@v3' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' - id: 'secrets' uses: 'google-github-actions/get-secretmanager-secrets@v3' with: secrets: |- token:my-project/docker-registry-token # Example of using the output - id: 'publish' uses: 'foo/bar@v1' env: TOKEN: '${{ steps.secrets.outputs.token }}'
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › releases
Releases · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Releases · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › action.yml
get-secretmanager-secrets/action.yml at main · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › actions
Workflow runs · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Workflow runs · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › package.json
get-secretmanager-secrets/package.json at main · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - get-secretmanager-secrets/package.json at main · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › actions › workflows › integration.yml
Integration · Workflow runs · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Integration · Workflow runs · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › actions › workflows › get-secretmanager-secrets-it.yml
Actions · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Actions · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › actions › runs › 11575380481 › workflow
Release: v2.2.2 · google-github-actions/get-secretmanager-secrets@01c7f2a
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Release: v2.2.2 · google-github-actions/get-secretmanager-secrets@01c7f2a
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › README.md
get-secretmanager-secrets/README.md at main · google-github-actions/get-secretmanager-secrets
jobs: job_id: permissions: contents: 'read' id-token: 'write' steps: - id: 'auth' uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' - id: 'secrets' uses: 'google-github-actions/get-secretmanager-secrets@v2' with: secrets: |- token:my-project/docker-registry-token # Example of using the output - id: 'publish' uses: 'foo/bar@v1' env: TOKEN: '${{ steps.secrets.outputs.token }}'
Author   google-github-actions
Find elsewhere
🌐
GitHub
github.com › actions-marketplace-validations › google-github-actions_get-secretmanager-secrets
GitHub - actions-marketplace-validations/google-github-actions_get-secretmanager-secrets
jobs: job_id: permissions: contents: 'read' id-token: 'write' steps: - id: 'auth' uses: 'google-github-actions/auth@v1' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' - id: 'secrets' uses: 'google-github-actions/get-secretmanager-secrets@v1' with: secrets: |- token:my-project/docker-registry-token # Example of using the output - id: 'publish' uses: 'foo/bar@main' env: TOKEN: '${{ steps.secrets.outputs.token }}'
Author   actions-marketplace-validations
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › .gitignore
get-secretmanager-secrets/.gitignore at main · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - get-secretmanager-secrets/.gitignore at main · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › CHANGELOG.md
get-secretmanager-secrets/CHANGELOG.md at main · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › issues › 261
Accept a string of secret names as input to the action in order to dynamically get an unknown number of secrets. · Issue #261 · google-github-actions/get-secretmanager-secrets
May 19, 2023 - google-github-actions / ... issueCopy link · Closed · Closed · Accept a string of secret names as input to the action in order to dynamically get an unknown number of secrets.#261 ·...
Published   May 19, 2023
Author   nfeagh
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › issues
Issues · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › sarpdoruk › gcp-github-actions › blob › master › get-secretmanager-secrets › README.md
gcp-github-actions/get-secretmanager-secrets/README.md at master · sarpdoruk/gcp-github-actions
steps: - id: secrets uses: GoogleCloudPlatform/github-actions/get-secretmanager-secrets@master with: secrets: |- token:my-project/docker-registry-token # Example of using the output - id: publish uses: foo/bar@master env: TOKEN: ${{steps.secrets.outputs.token}}
Author   sarpdoruk
🌐
Google
docs.cloud.google.com › cloud build › use secrets from secret manager
Use secrets from Secret Manager | Cloud Build | Google Cloud Documentation
After all the build steps, add an availableSecrets field to specify the secret version and the environment variable to use for the GitHub token.
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › pulls
Pull requests · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - Pull requests · google-github-actions/get-secretmanager-secrets
Author   google-github-actions
🌐
GitHub
github.com › topics › google-secret-manager
google-secret-manager · GitHub Topics · GitHub
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs.
🌐
GitHub
github.com › google-github-actions › get-secretmanager-secrets › blob › main › CODEOWNERS
get-secretmanager-secrets/CODEOWNERS at main · google-github-actions/get-secretmanager-secrets
A GitHub Action for accessing secrets from Google Secret Manager and making them available as outputs. - get-secretmanager-secrets/CODEOWNERS at main · google-github-actions/get-secretmanager-secrets
Author   google-github-actions