Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Purn Prem Kumar committed Jun 16, 2020
1 parent ef2c512 commit 9f03b30
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

This action takes the file path, platform & API key as input and submits the app file to Kryptowire Portal for analysis

## Prerequisite

### Set API Key

- Go to **Settings**
- Select **Secrets** under left column
- Click on **New Secret**
- Provide **Name: KRYPTOWIRE_API_KEY** & **Value** as your own Kryptowire API Key
- Click on **Add Secret**

## Inputs

### `pathToFile`

**Required** The path to the artifact apk file.
**Required** The path to the artifact file.

### `platform`

Expand All @@ -29,7 +39,7 @@ steps:

- uses: actions/download-artifact@v2
with:
name: app
name: app # Name of artifact holding the app file
path: path/to/artifact

- name: Kryptowire Analysis Submission
Expand Down

0 comments on commit 9f03b30

Please sign in to comment.