Force confirm lesson creation in virtual discipine #60
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: Release | |
on: | |
workflow_dispatch: | |
push: | |
branches: ['main'] | |
jobs: | |
release: | |
permissions: | |
contents: read | |
packages: write | |
uses: kneu-messenger-pigeon/github-workflows/.github/workflows/release.yaml@main | |
secrets: inherit |