/publish-plugin-action

GitHub action to publish plugin

Apache License 2.0Apache-2.0

publish-plugin-action

Action test

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

    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