Thomas Avery
Thomas Avery
In the `ProjectsController` integration tests, the`_currentContext` wasn't detecting that the logged-in user was a part of the organization or the organization owner. From looking through the code, it looks like...
Closing this work moved to https://github.com/bitwarden/server/pull/3993
Did you try using `identity_url` and `api_url`? ``` - name: Step name uses: bitwarden/sm-action@v1 with: access_token: ${{ secrets.ACCESS_TOKEN }} identity_url: https://identity.bitwarden.eu api_url: https://api.bitwarden.eu secrets: | SECRET_ID > ENVIRONMENT_VARIABLE_NAME ```