feat: add uptimerobot.py #16
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: 'Linuxfabrik: Auto Versioning on Push' | |
on: | |
push: | |
branches: | |
- 'main' | |
# modify the default permissions granted to the GITHUB_TOKEN | |
permissions: | |
contents: 'read' | |
jobs: | |
versioning: | |
uses: 'Linuxfabrik/autoinc-semver/.github/workflows/autoinc-semver.yml@main' | |
secrets: 'inherit' |