From b42faac2ba591bfe91ee0e3367e07153b5126e3a Mon Sep 17 00:00:00 2001 From: srgooglo <38926803+srgooglo@users.noreply.github.com> Date: Mon, 12 Oct 2020 11:41:53 +0200 Subject: [PATCH] Create trello_issue.yml --- .github/workflows/trello_issue.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/trello_issue.yml diff --git a/.github/workflows/trello_issue.yml b/.github/workflows/trello_issue.yml new file mode 100644 index 00000000..6f302cee --- /dev/null +++ b/.github/workflows/trello_issue.yml @@ -0,0 +1,18 @@ +name: Trello Issue List +on: + issues: + types: [opened] +env: + TRELLO_KEY: ${{ secrets.TRELLO_KEY }} + TRELLO_TOKEN: ${{ secrets.TRELLO_TOKEN }} + +jobs: + issue_send: + name: Send Issue to Trello + runs-on: ubuntu-latest + steps: + - name: Runs trello manage + uses: sisodiya2421/trello-manage@master + with: + repo-name: ${{ github.repository }} + trello-username: ${{ secrets.TRELLO_USERNAME }}