diff --git a/.github/settings.json b/.github/settings.json index 943ff2f..70e963d 100644 --- a/.github/settings.json +++ b/.github/settings.json @@ -7,13 +7,13 @@ "topics": [ "terraform", "azure", - "azurerm-dns-zone", - "azurerm-private-dns-zone", - "azurerm-dns-a-record", - "azurerm-dns-cname-record", - "azurerm-dns-txt-record", - "azurerm-dns-mx-record", - "azurerm-private-dns-zone-virtual-network-link" + "dns-zone", + "private-dns-zone", + "dns-a-record", + "dns-cname-record", + "dns-txt-record", + "dns-mx-record", + "private-dns-zone-virtual-network-link" ] } } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cdf6ee..9a6918f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,5 +15,7 @@ jobs: call-release: if: github.repository != '$TEMPLATE_REPOSITORY' uses: telekom-mms/.github/.github/workflows/release.yml@main + secrets: + GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }} with: files: README.md