feat: add apt role variable reboot_when_needed #23
This file contains hidden or 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: Semantic Release | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| call-reusable-release: | |
| uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@v0 | |
| with: | |
| GH_APP_ID: ${{ vars.GH_APP_SEM_REL_ID }} | |
| secrets: | |
| GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }} |