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 16d0219 commit 273d047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"topics": [
"terraform",
"azure",
"azurerm-service-plan",
"azurerm-linux-function-app",
"azurerm-static-site"
"service-plan",
"linux-function-app",
"static-site"
]
}
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 273d047

Please sign in to comment.