sm-action
sm-action copied to clipboard
Github Action not working for bitwarden.eu
This action does not seem to work with bitwarden.eu
Also setting the base_url
to bitwarden.eu
does not work, since identity and api are reachable via subdomains, not paths.
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
Yes, was able to figure it out afterwards. However I think it would be better for cloud users to be able to just set their region since most probably have no idea what the identity_url
and api_url
are supposed to be set at.
Thanks @kimdre for opening this as well as your PR.
For anyone following this thread, for consistency, an internal tracking ticket has been created: SM-1220
Now that the MR is merged, could you please create a new release so we can use it? :)