Skip to content

Commit

Permalink
add secret for branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Nov 16, 2023
1 parent 6b7ccef commit 88f475d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88f475d

Please sign in to comment.