Skip to content

Commit

Permalink
Updated required & optional inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshu-ts committed Mar 26, 2024
1 parent c7ac184 commit 1d3ce24
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
Make sure to replace ${{ secrets.PARAGON_CLI_KEY }}, ${{ secrets.ZEUS_URL }}, and ${{ secrets.DASHBOARD_URL }} with your actual secrets. Also, ensure to use the correct version of the action.
## Inputs
- paragonKey
Required. Paragon CLI key for authentication.
- `paragonKey` (Required)\
Paragon CLI key for authentication.

- npmToken
Required. NPM token for package publishing.
- `paragonZeusUrl` (Optional)\
URL for Paragon Zeus.

- paragonZeusUrl
Required. URL for Paragon Zeus.
- paragonDashboardUrl
Required. URL for Paragon Dashboard.
- `paragonDashboardUrl` (Optional)\
URL for Paragon Dashboard.

0 comments on commit 1d3ce24

Please sign in to comment.