GitHub Action for updating assets on Roblox.
Uses Open Cloud to update the asset on Roblox and then polls the operation status for the result.
- uses: ryanlua/update-roblox-asset@v0.1.0
with:
api-key: ${{ secrets.OPEN_CLOUD_API_KEY }}
asset-id: 13947506401
file: model.rbxm| Input | Required | Description |
|---|---|---|
api-key |
Yes | Open Cloud API key with asset:read and asset:write scopes |
asset-id |
Yes | ID of the asset to update |
file |
Yes | Path to .rbxm or .rbxmx asset file |
display-name |
No | New display name for the asset |
description |
No | New description for the asset |
| Output | Description |
|---|---|
operation-id |
ID of asset operation |