actions-marketplace-validations/GCP Cloud Storage: Deploy

This action helps in deploying static websites on the Google Cloud Storage Bucket.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 11, 2020
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/abinmn_gcp-storage-bucket-action@db210e26048a30d98e1095b372b3b02b29432e65 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
service_keyGCP service key encoded as base64. The account associated with the key should have permissions to make changes in storage bucket.yes
build_folderThe folder you want to deploy. Default is the repository. You can change this value if you have a build step and point this to that build folder.yes
bucket_nameBucket nameyes
projectName of the project that contains the storage bucket.yes
home_page_pathPath of your homepage in cloud storage bucket.yes
error_page_pathPath of the 404 page to be shownyes

no outputs