-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello.
I have a pipeline file following your example section and I found this issue, unknown flag: --project
, We can use [project-id] without --project flag.
Would be a plus, using secret for the project id value.
Here a example for passing secrets within a command line: bash
- name: Run Ory CLI Command
uses: lomsa-dev/ory-cli-action@v1.0.8
env:
ORY_PROJECT_ID : ${{ secrets.ORY_PROJECT_ID }}
with:
username: ${{ secrets.ORY_USERNAME }}
password: ${{ secrets.ORY_PASSWORD }}
commands: |
update opl --file ./path/to/file.yaml $ORY_PROJECT_ID"
Metadata
Metadata
Assignees
Labels
No labels