Skip to content

build(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#21) #37

build(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#21)

build(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#21) #37

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
publish: true
prerelease: false
config-name: auto-release.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}