Skip to content

chore(main): release 1.2.0 #7

chore(main): release 1.2.0

chore(main): release 1.2.0 #7

name: pull-request-cleanup
on:
pull_request:
branches: [main]
types: [closed]
jobs:
rollback:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-hyperchains-initiator
DEPLOY_VERSION: 'pr-${{ github.event.number }}'
DEPLOY_SUBDOMAIN: 'pr-${{ github.event.number }}-hyperchains-initiator'
delete-tag:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
TAG: 'pr-${{ github.event.number }}'
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [delete-tag]
secrets: inherit