💄 Make linter happy #201
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 Drafter | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
update_release_draft: | ||
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@main | ||
Check failure on line 10 in .github/workflows/release-drafter.yml GitHub Actions / Release DrafterInvalid workflow file
|
||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |