Skip to content

Update Terraform terraform-aws-modules/iam/aws to v5 #1119

Update Terraform terraform-aws-modules/iam/aws to v5

Update Terraform terraform-aws-modules/iam/aws to v5 #1119

name: Release Drafter
on:
push:
branches:
- main
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-18.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}