ci: add parameters for testing

This commit is contained in:
Matyáš Caras 2024-07-30 15:31:54 +02:00
parent 25bbdc5160
commit 49137a664a
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -15,7 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
with:
email: ""
api-key: ""
project-id: ""
task-id: ""
email: ${{ secrets.FREELO_EMAIL }}
api-key: ${{ secrets.FREELO_TOKEN }}
project-id: "407412"
tasklist-id: "1167357"
github-token: ${{ secrets.GITHUB_TOKEN }}