terraform(deps): bump auth0/auth0 from 1.1.2 to 1.2.0 in /infrastructure #1
Workflow file for this run
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: Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
id-token: write | |
contents: write | |
issues: write | |
checks: write | |
pull-requests: write | |
jobs: | |
terraform-intergrations: | |
# This job name must match the name of call called Workflow in order for | |
# the name to successfully match any required status checks within the | |
# branch protections | |
name: Terraform Integrations | |
uses: ./.github/workflows/terraform-integrations.yaml | |
secrets: inherit |