Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drudzikatlassian committed Feb 26, 2019
1 parent 12a7dca commit 5a63458
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Jira Login
Used to store credentials for later use in CLI action
Used to store credentials for later use by other actions

## Usage

TBD
```
action "Jira Login" {
uses = "./"
secrets = ["JIRA_BASE_URL", "JIRA_USER_EMAIL", "JIRA_API_TOKEN"]
}
```

----
## Action Spec:
Expand Down

0 comments on commit 5a63458

Please sign in to comment.