Merge pull request #81 from BenjaminBoehm/main #73
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: New release | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
release: | ||
# docs: https://github.com/telekom-mms/.github#release | ||
if: github.repository != '$TEMPLATE_REPOSITORY' | ||
uses: telekom-mms/.github/.github/workflows/release.yml@main | ||
Check failure on line 14 in .github/workflows/release.yml GitHub Actions / New releaseInvalid workflow file
|
||
secrets: | ||
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }} |