Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Update release-drafter/release-drafter action to v6 (#24) #62

Update release-drafter/release-drafter action to v6 (#24)

Update release-drafter/release-drafter action to v6 (#24) #62

Workflow file for this run

name: Main Branch
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
do:
uses: ./.github/workflows/ecspresso-main-branch.yml
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
app: "example-${{ github.event.repository.name }}"
use-partial-taskdefinition: true
secrets:
github-private-actions-pat: "${{ secrets.PRIVATE_CONFIG_READ_ACCESS }}"
registry: "${{ secrets.ECR_REGISTRY }}"
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
ecr-region: "${{ secrets.ECR_REGION }}"
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"