Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

chore: upgrade package #5

chore: upgrade package

chore: upgrade package #5

Workflow file for this run

name: ci-pr-close
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
types: [closed]
env:
SLS_DEBUG: "*"
AWSJS_DEBUG: "*"
jobs:
trigger-deploy:
name: trigger deploy
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
repository: ${{ secrets.DEPLOYER_REPO }}
event-type: ci-close
client-payload: '{"ref": "${{ github.ref }}","stage": "stg-pr-${{ github.event.number }}"}'