This message was deleted.
# general
m
This message was deleted.
w
We use Ory Network. We want to keep the history of Permission Language changes, e.g. keep in the repository and apply changes only during CI/CD not manually from CLI. cc: @broad-application-96976
s
@narrow-van-43826 can you take a look?
👀 1
n
Hi, using the Ory CLI you can update the permission config thus:
Copy code
ory update opl --file /path/to/namespace_config.ts
If you have the Ory CLI installed in Github actions, that's the approach I'd recommend. You can change and review the permission configs and apply them to Ory Network with the command above on release.
w
@narrow-van-43826 How can I authenthicate during CI/CD? Is it possible to pass some secrets to CLI instead of manual auth?
Github Action dump:
n
Thanks a lot, will check it out!