From 49137a664a76b645f37f666526010f4c3d0a8d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 30 Jul 2024 15:31:54 +0200 Subject: [PATCH] ci: add parameters for testing --- .github/workflows/run.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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