Skip to content

ruben-baez-seagull-com/update-secret-gcp

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published