setup-gcloud/README.md
2019-11-08 14:17:03 -08:00

46 lines
1.8 KiB
Markdown

<!--
Copyright 2019 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions and limitations under the
License.
-->
# Google Cloud Platform: github-actions
This repository contains a library of [Github Actions](https://github.com/actions) providing functionality
for working with [Google Cloud Platform](http://cloud.google.com/).
## Supported Actions
* [setup-gcloud](./setup-gcloud/README.md): This action configures the [gcloud SDK](https://cloud.google.com/sdk/) in the environment for use in actions.
## Example Workflows
* [gke](./example-workflows/gke/README.md): An example workflow that uses [GitHub Actions](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) to deploy a static website to an existing [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) cluster.
## Feature requests and bug reports
Please file feature requests and bug reports as
[github issues](https://github.com/GoogleCloudPlatform/github-actions/issues).
## Community
The GCP GitHub Actions community uses the **#gcp-github-actions** slack channel on
[https://googlecloud-community.slack.com](https://googlecloud-community.slack.com)
to ask questions and share feedback. Invitation link available here:
[http://bit.ly/gcp-slack](http://bit.ly/gcp-slack).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE)