I'm getting a 403 error as far as I can tell everything is correct. I added a token auth to test and it returns all the secrets. Just the OIDC that's not working. I'm passing in the identity-id as an imput. Do I need to define all the claims as well for this to work, is this a bug or something else?
- name: Fetch Infisical Secrets
uses: Infisical/secrets-action@v1.0.15
with:
method: 'oidc'
identity-id: ${{ inputs.identity_id }}
domain: 'https://infisical.kevservices.com.br'
env-slug: 'prod'
project-slug: 'kev-services-ib1-h'
export-type: 'env'
recursive: 'true'

I'm getting a 403 error as far as I can tell everything is correct. I added a token auth to test and it returns all the secrets. Just the OIDC that's not working. I'm passing in the identity-id as an imput. Do I need to define all the claims as well for this to work, is this a bug or something else?
uses: Infisical/secrets-action@v1.0.15
with:
method: 'oidc'
identity-id: ${{ inputs.identity_id }}
domain: 'https://infisical.kevservices.com.br'
env-slug: 'prod'
project-slug: 'kev-services-ib1-h'
export-type: 'env'
recursive: 'true'