Below you will find pages that utilize the taxonomy term “Otzaria”
August 28, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.16.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action automates the validation, building, and publishing process for Otzaria plugins. It performs static checks using pack-plugin, builds the .otzplugin file, and automatically publishes new versions to otzaria.org upon push to the main branch. It requires OTZARIA_USER and OTZARIA_PASSWORD secrets for authentication. The action also supports pull request validation without publishing.
August 25, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.15.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of validating and publishing Otzaria plugins to their store. It performs basic checks, builds the plugin, and uploads it automatically when a push is made to the main branch. The action uses two Secrets (OTZARIA_USER and OTZARIA_PASSWORD) for authentication. It also supports PR validation without publishing, with options to fail on warnings and set specific app version checks.
August 20, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.14.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the validation and publishing process of Otzaria plugins. It performs automated checks, builds the plugin, and publishes it to the Otzaria store. The action requires two secrets: OTZARIA_USER and OTZARIA_PASSWORD, which are used for authentication when publishing. The action supports both main branch pushes (for automatic releases) and pull requests (for validation).
August 17, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.13.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of validating, building, and publishing an Otzaria plugin to the Otzaria store. It checks the plugin’s requirements and builds it before pushing a new version to the main branch, which is then published automatically to the store when secrets are set.
August 17, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.12.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the validation, building, and publishing of Otzaria plugins to their store, ensuring that only valid updates are pushed to the main branch. It requires two secrets (OTZARIA_USER and OTZARIA_PASSWORD) in GitHub Actions settings. The action supports both automatic publication on push to the main branch and manual validation for pull requests, with customizable inputs such as app version, API reference URL, and build options.
August 16, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.11.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the validation and publication of Otzaria plugins by performing the following main tasks:
Validates plugin compatibility with Otzaria, identifying issues that need to be addressed. Builds a .otzplugin file from the plugin’s source code, excluding certain files as specified in an .otzignore file (optional). Automatically publishes new versions of the plugin to the Otzaria store once set up with API credentials. The action simplifies the process of releasing plugins by automatically pushing changes to main, ensuring that only valid and compatible versions are published.
August 13, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.10.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the validation, build, and publication process of an Otzaria plugin. It checks for specific errors during package creation and compilation, builds the .otzplugin file, and publishes it to Otzaria’s store automatically when pushing changes to the main branch. The action can also perform a full check on pull requests without requiring secrets but still validates the plugin.