Skip to content

🚧Setup cicd and sync system #1

🚧Setup cicd and sync system

🚧Setup cicd and sync system #1

name: 🤖Add New Issue To Project
on:
issues:
types: opened
pull_request:
types: opened
branches: [main, preview]
jobs:
add_new_issue_to_project:
name: Add New Issue
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected]
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
project-name: "${{ vars.PROJECT_NAME }}"
secrets:
cicd-pat: ${{ secrets.CICD_TOKEN }}