Make the following job work:
jobs:
test-flagsmith-auth:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: Flagsmith/setup-cli@v1
- run: flagsmith auth status # prove the CLI is installed, and we're logged in
Support an optional api-url input.
Make the following job work:
Support an optional
api-urlinput.