Bump clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml from 521761c1a5cf68d919980a2ed84b755182aeabfe to 62909fc10e105bba5cba4ff73b03c020b97789d4 #10
Workflow file for this run
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: Tag Release | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| release: | |
| uses: clouddrove/github-shared-workflows/.github/workflows/tag-release.yml@88efd7724e007c8f721a219498be29e0c9ad471b # pinned to latest | |
| with: | |
| target_branch: master | |
| secrets: | |
| GITHUB: ${{ secrets.GITHUB_TOKEN }} |