Skip to content

fix: define velero s3 bucket ownership controls #22

fix: define velero s3 bucket ownership controls

fix: define velero s3 bucket ownership controls #22

Workflow file for this run

name: Release
on:
pull_request:
types:
- closed
branches:
- main
paths:
- '*.tf'
- 'modules/**'
jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
name: Release
steps:
- uses: catalystsquad/action-semantic-release-general@v1
with:
token: ${{ secrets.AUTOMATION_PAT }}