Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknown flag: --project #2

Open
UsernameAlvarez opened this issue Jul 22, 2024 · 0 comments
Open

unknown flag: --project #2

UsernameAlvarez opened this issue Jul 22, 2024 · 0 comments

Comments

@UsernameAlvarez
Copy link

UsernameAlvarez commented Jul 22, 2024

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/[email protected]
       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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant