mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-10 02:38:06 +01:00
ci: add parameters for testing
This commit is contained in:
parent
25bbdc5160
commit
49137a664a
1 changed files with 5 additions and 4 deletions
9
.github/workflows/run.yml
vendored
9
.github/workflows/run.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue