Skip to content

build(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 (#20) #36

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

build(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 (#20) #36

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 }}