Skip to content

Commit 200811c

Browse files
authored
Merge pull request #9 from ZephyrCloudIO/feat/add-pr-log-with-url
fix: adjust readme file
2 parents 178fa08 + 996653d commit 200811c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,26 @@ jobs:
3030
run: npm ci
3131
- name: Build App
3232
env:
33-
ZE_SECRET_TOKEN: ${{ secrets.ZE_SECRET_TOKEN }} # Required Your User Auth Token
33+
ZE_SECRET_TOKEN: ${{ secrets.ZE_SECRET_TOKEN }} # Required - Your User Auth Token
3434
run: "<build command here>"
3535
- name: Zephyr deploy summary
3636
uses: ZephyrCloudIO/deploy-summary-action@v1
3737
id: zephyr-summary
3838
with:
39-
application_uid: <your_application_uid>
39+
application_uid: <your_application_uid> # Required
40+
github_token: {{ secrets.GITHUB_TOKEN }} # Optional
41+
github_environment: <chosen_environment> # Optional
4042
- name: Zephyr deploy summary
4143
run: echo "Deployed to ${{ steps.zephyr.outputs.version_url }}"
4244
```
4345
4446
# Inputs
4547
46-
| Name | Required | Description |
47-
| ----------------- | -------- | --------------------------------------------- |
48-
| `application_uid` | true | The link where snapshot of build is deployed. |
48+
| Name | Required | Description |
49+
| -------------------- | -------- | -------------------------------------------------- |
50+
| `application_uid` | true | Unique identification for your Zephyr application. |
51+
| `github_token` | false | Enables GitHub deployment creation. |
52+
| `github_environment` | false | Specify to which GitHub environment to deploy. |
4953

5054
# Outputs
5155

0 commit comments

Comments
 (0)