From 273d04761d9b368321c8b760a843191bd1f49491 Mon Sep 17 00:00:00 2001 From: Michaela Mattes Date: Thu, 16 Nov 2023 14:15:43 +0100 Subject: [PATCH] add secret for branch protection --- .github/settings.json | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/settings.json b/.github/settings.json index e8a0665..709ed69 100644 --- a/.github/settings.json +++ b/.github/settings.json @@ -7,9 +7,9 @@ "topics": [ "terraform", "azure", - "azurerm-service-plan", - "azurerm-linux-function-app", - "azurerm-static-site" + "service-plan", + "linux-function-app", + "static-site" ] } } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbb86ba..9a6918f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: call-release: if: github.repository != '$TEMPLATE_REPOSITORY' uses: telekom-mms/.github/.github/workflows/release.yml@main - with: - files: README.md secrets: GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }} + with: + files: README.md