feat: Add cross_origin_auth variable to auth0_client (#1149) #690
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: auto-release | |
on: | |
push: | |
branches: | |
- main | |
- master | |
- production | |
jobs: | |
auto: | |
uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main | |
with: | |
publish: true | |
secrets: inherit |