Required Variables
The Polymart API key used to authenticate with the Polymart API.You can generate an API key from your Polymart account settings.Example:or with system properties:
The Polymart resource ID where the update will be uploaded.You can find your resource ID in your resource’s URL (e.g., or with system properties:
12345 from https://polymart.org/resource/12345).Example:Optional Variables
The release tag for this update on Polymart.Valid values:or with system properties:
release- Stable, production-ready releasebeta- Beta testing versionsnapshot- Development snapshot
Source Reference
Polymart properties are defined in:Complete Example
Using Environment Variables
Using System Properties
GitHub Actions Workflow
Tips
- Store your
POLYMART_KEYas a secret in your CI/CD system - The resource ID is a numeric value, not a slug
- Use the
releasetag for stable versions that are ready for production use - Use
betaorsnapshottags for testing versions - The update title and description will be taken from the common
NAMEandDESCRIPTIONvariables