Skip to content

Commit

Permalink
docs(): update docs and prep for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Feb 7, 2022
1 parent 053cf87 commit 6f90b01
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Conveniently call [Dorametrix](https://github.com/mikaelvesavuori/dorametrix) to

## Setup and usage

You need to set two required secrets: `DORAMETRIX_ENDPOINT` and `DORAMETRIX_API_KEY`.
You need to set two required secrets: `DORAMETRIX_ENDPOINT` and `DORAMETRIX_API_KEY` in accordance with the overall [Dorametrix](https://github.com/mikaelvesavuori/dorametrix) requirements.

### Remember...

- Always ensure you have secure settings regarding what actions you allow.

- Note that Dorametrix will _not_ work without access to the Git history.

## Required input and output arguments

Expand Down Expand Up @@ -40,9 +46,13 @@ jobs:
runs-on: ubuntu-latest
name: Dorametrix
steps:
- uses: actions/checkout@v2
- id: dorametrix
uses: mikaelvesavuori/dorametrix-action@v1.0.0
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: dorametrix
uses: mikaelvesavuori/dorametrix-action@v1
with:
endpoint: ${{ secrets.DORAMETRIX_ENDPOINT }}
api-key: ${{ secrets.DORAMETRIX_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dorametrix-action",
"version": "0.0.2",
"version": "1.0.0",
"description": "Conveniently create a deployment event in Dorametrix.",
"main": "deployment.sh",
"homepage": "https://github.com/mikaelvesavuori/dorametrix-action",
Expand Down

0 comments on commit 6f90b01

Please sign in to comment.