https://github.com/stack-spot/workflow-github-action-publish-content
Github Action para publicação de actions, plugins, stacks e starter da StackSpot.
https://github.com/stack-spot/workflow-github-action-publish-content
conde maintain stacks-admin stackspot
Last synced: 5 months ago
JSON representation
Github Action para publicação de actions, plugins, stacks e starter da StackSpot.
- Host: GitHub
- URL: https://github.com/stack-spot/workflow-github-action-publish-content
- Owner: stack-spot
- License: apache-2.0
- Created: 2024-05-21T11:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:06:08.000Z (about 1 year ago)
- Last Synced: 2024-11-01T15:18:07.562Z (about 1 year ago)
- Topics: conde, maintain, stacks-admin, stackspot
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workflow-github-action-publish-content
[](https://github.com/stack-spot/workflow-github-action-publish-content/actions/workflows/action-test.yml)
GitHub Action to publish plugins, actions and stacks
## 📚 Usage
### Requirements
To learn more about generating account keys(`CLIENT_ID`, `CLIENT_KEY`, `REALM`), please refer to the documentation:
https://docs.stackspot.com/home/account/enterprise/service-credential
### Use Case
```yaml
steps:
- uses: stack-spot/workflow-github-action-publish-content@v1.0.0
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
realm: ${{ secrets.REALM }}
studio: studio_name
content_path: content_path #optional default is current path
```
## License
[Apache License 2.0](https://github.com/stack-spot/publish-plugin-action/blob/main/LICENSE)