Skip to content

Commit

Permalink
Update version of CLI and add defaults to URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlee16 committed Mar 23, 2024
1 parent e2194a2 commit 7536774
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ inputs:
required: true
paragonZeusUrl:
type: string
required: true
required: false
default: https://zeus.useparagon.com
paragonDashboardUrl:
type: string
required: true
required: false
default: https://dashboard.useparagon.com

runs:
using: 'composite'
Expand Down Expand Up @@ -73,7 +75,7 @@ runs:
- name: Install para CLI
shell: bash
run: |
npm install -g @useparagon/cli@0.0.1-canary.27
npm install -g @useparagon/cli
- name: Authenticate into CLI
env:
Expand Down

0 comments on commit 7536774

Please sign in to comment.