Skip to content

Trades: Add general List method to trades repository #73

Trades: Add general List method to trades repository

Trades: Add general List method to trades repository #73

Workflow file for this run

name: Auto-add issues to project
on:
issues:
types: [opened]
permissions:
contents: read
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to Trading Agent Implementation project
uses: actions/add-to-project@v1
with:
project-url: https://github.com/users/PatrickFanella/projects/2
github-token: ${{ secrets.PROJECT_PAT }}