diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index c2935c6..9c42765 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -15,7 +15,8 @@ jobs: - uses: actions/checkout@v3 - uses: ./ with: - email: "" - api-key: "" - project-id: "" - task-id: "" \ No newline at end of file + email: ${{ secrets.FREELO_EMAIL }} + api-key: ${{ secrets.FREELO_TOKEN }} + project-id: "407412" + tasklist-id: "1167357" + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file