actions-marketplace-validations/GCP Cloud Storage: Deploy
This action helps in deploying static websites on the Google Cloud Storage Bucket.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 11, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/abinmn_gcp-storage-bucket-action@db210e26048a30d98e1095b372b3b02b29432e65 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service_key | GCP service key encoded as base64. The account associated with the key should have permissions to make changes in storage bucket. | yes | — |
| build_folder | The 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_name | Bucket name | yes | — |
| project | Name of the project that contains the storage bucket. | yes | — |
| home_page_path | Path of your homepage in cloud storage bucket. | yes | — |
| error_page_path | Path of the 404 page to be shown | yes | — |
Outputs
no outputs