Scripts that make it much easier and quicker to update the Axon Ivy Market Artifacts.
Go to actions on this github page and run the workflow Raise Market Products
.
In the github repository name
input field enter the name of the repository you want to update.
If the input field is empty, the script will update all repositories from axonivy-market
organization
with some exceptions (see "raise-all-market-products.sh" at line 27
and line 6).
In order to run the raise-products.yml
workflow, permissions throughout the axonivy-market org must be granted.
If the token is no longer valid, generate a token as follows:
-
Navigate into your profile > Settings > Developer Settings > Personal Access Tokens > Fine-Grained > Generate New
- Resource Owner = axonivy-market
- Expiration = 30 days
- Permissions that must granted:
Contents=read/write Metadata=read/only (default) Pull Requests=read/write Workflows=read/write
- Click: Generate Secret
- Copy the secret to your clipboard
-
Go into the Settings tab of market-up2date-keeper: Security > Actions
- Edit the secret called
GH
- Paste your personal token and save
- Edit the secret called
-
Ready: now launch your workflow 🚀️