Skip to content

Update GCP secrets

Actions
Update GCP secrets
v1.0.0
Latest
Star (0)

Update-secret-gcp

This GitHub action allows you to update secrets on GCP

Usage

- uses: actions/checkout@v3
- name: update secret
  uses: ruben-baez-mojix-com/[email protected]
  with:
    path: config/config.json
  env:
    PROJECT_ID: ${{ secrets.PROJECT_ID }}
    SECRET_ID: ${{ secrets.SECRET_ID }}
    KEYFILE: ${{ secrets.SERVICE_ACCOUNT }}

Required Parameters:

  • path: File with secret content to be updated

Environmetal variables:

  • PROJECT_ID: GCP project id
  • SECRET_ID: GCP secret id (name)
  • KEYFILE: service account to gcp auth

Outputs

  • message: Result of updated

Update GCP secrets is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update GCP secrets
v1.0.0
Latest

Update GCP secrets is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.