https://github.com/stack-spot/publish-plugin-action
GitHub action to publish plugin
https://github.com/stack-spot/publish-plugin-action
stackspot
Last synced: 2 months ago
JSON representation
GitHub action to publish plugin
- Host: GitHub
- URL: https://github.com/stack-spot/publish-plugin-action
- Owner: stack-spot
- License: apache-2.0
- Created: 2023-02-06T17:40:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T13:35:25.000Z (about 2 years ago)
- Last Synced: 2023-12-27T16:56:35.979Z (about 2 years ago)
- Topics: stackspot
- Homepage: https://stackspot.com
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# publish-plugin-action
[](https://github.com/stack-spot/publish-plugin-action/actions/workflows/action-test.yml)
GitHub action to publish plugin
## 📚 Usage
### Requirements
To learn more about generating account keys(`CLIENT_ID`, `CLIENT_KEY`, `REALM`), please refer to the documentation:
https://docs.stackspot.com/en/home/set-up/customization/access-token
### Use Case
```yaml
steps:
- uses: stack-spot/publish-plugin-action@v1.1.2
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
realm: ${{ secrets.REALM }}
studio: studio_name
plugin_path: plugin_path #optional
```
## License
[Apache License 2.0](https://github.com/stack-spot/publish-plugin-action/blob/main/LICENSE)