Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv authored Jul 16, 2021
1 parent 6d3236f commit e190964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: pipe-cd/actions-plan-preview@v1.0.1
with:
address: ${{ secrets.PIPECD_ADDRESS }}
address: ${{ secrets.PIPECD_API_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: pipe-cd/actions-plan-preview@v1.0.1
with:
address: ${{ secrets.PIPECD_ADDRESS }}
address: ${{ secrets.PIPECD_API_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -57,7 +57,7 @@ jobs:
| Name | Description | Required | Default Value |
|---------------------------------|---------------------------------------------------------------------------------------------------|:--------:|:-------------:|
| address | The address of PipeCD's control-plane. | yes | |
| address | The API address of PipeCD's control-plane. | yes | |
| api-key | The API key with READ_WRITE role used by pipectl while communicating with PipeCD's control-plane. | yes | |
| token | The GITHUB_TOKEN secret. | yes | |
Expand Down

0 comments on commit e190964

Please sign in to comment.