Use this action to deploy a Widget Package
jobs:
deploy-widgets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Deploy widgets"
uses: vev-design/widget-deploy-action
with:
token: 'API-KEY-1234569420'
- Install the Vev CLI and log in
-
npm i -g @vev/cli
-
vev login
-
- Set up a new Widget Package
-
vev create package-name
-
- In the package's folder, remember to initialize your package, this Action can't do this for you
-
cd package-name && vev init
-
- Remember to include the
vev.json
file in your repo - Create a Workflow definition and include an API key. You can create keys on your user profile in Vev, remember to include the
update:packages
scope.
Required
An API key with the update:packages
scope, that belongs to the same account as the Widget Package
If you have any ideas you can submit them on our roadmap page.