assign Network Contributor role to AKS identities #248
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: version-check | |
on: | |
workflow_dispatch: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
version-check: | |
if: github.event.repository.name != 'terraform-azurerm-avm-template' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 | |
- name: Check version | |
uses: Azure/terraform-azurerm-avm-template/.github/actions/version-check@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |