Adds ivona (invoice-checker, timesheet-checker) and timesheet (check-my-timesheet, invoice-prep) as new plugins, plus invoice-prep-test — a one-off experiment that requests the Tempo API token via plugin userConfig at install time instead of a .env file, to check whether that value actually reaches the skill's script. Also adds the root LICENSE (MIT) referenced from the README.
15 lines
506 B
Text
15 lines
506 B
Text
# Timesheet Checker — credentials template
|
|
# Copy this file to .env and fill in your values.
|
|
# .env is gitignored and never committed.
|
|
|
|
# Tempo API token — generate at: Tempo → Settings → API Integration
|
|
TEMPO_API_TOKEN=
|
|
|
|
# Your Atlassian / Jira Cloud URL
|
|
JIRA_BASE_URL=https://your-company.atlassian.net
|
|
|
|
# The email address you use to log into Jira
|
|
JIRA_EMAIL=your.email@company.com
|
|
|
|
# Jira personal API token — generate at: https://id.atlassian.com → Security → API tokens
|
|
JIRA_API_TOKEN=
|