Create trello_issue.yml

This commit is contained in:
srgooglo 2020-10-12 11:41:53 +02:00 committed by GitHub
parent bbfe6f31cf
commit d3576e23b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/trello_issue.yml vendored Normal file
View File

@ -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 }}