generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The action requires setting a api and token but it is not clear from the documentation where to get these values. The example is missing the api input and the link behind "API token" is broken.
The plugin template in Qt Creator creates a workflow with:
- name: Release on Extension Store
continue-on-error: true
uses: qt-creator/[email protected]
with:
api: ${{ secrets.EXTENSION_STORE_API_URL }}
token: ${{ secrets.EXTENSION_STORE_API_TOKEN }}
publish: true
spec: release/${{ env.PLUGIN_NAME }}.json
download-url-linux-x64: [...]but there are no examples how to set EXTENSION_STORE_API_URL and EXTENSION_STORE_API_TOKEN.
Some plugins already seem to use this workflow. E.g. the plugin cristianadam.dracula uses the template above and has a passing CI release pipeline, meaning that secrets.EXTENSION_STORE_API_URL and secrets.EXTENSION_STORE_API_TOKEN must have been set to something reasonable.
Metadata
Metadata
Assignees
Labels
No labels