Skip to content

test with pattern matching #8

test with pattern matching

test with pattern matching #8

Workflow file for this run

name: sync-github-activity-with-trello
on: [push, pull_request]
jobs:
build:
name: sync branch with trello
runs-on: ubuntu-latest
steps:
- name: Sync with Trello
uses: mannyakosah/[email protected]
with:
trello-api-key: ${{ secrets.TRELLO_KEY }}
trello-auth-token: ${{ secrets.TRELLO_TOKEN }}
trello-board-id: ${{ secrets.TRELLO_BOARD }}
trello-review-list-name: "Reviewing"
trello-completed-list-name: "Done"