Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sks committed May 27, 2024
1 parent 314c3c2 commit 8bd3342
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This repository contains the reusable action for the AppCD Generative IAC.

## Setup

Please follow the steps below to setup the action:

1. Signup for an account on [AppCD](https://cloud.appcd.io/)
2. Setup a Personal Access Token on [AppCD](https://cloud.appcd.io/account-settings/pat/)
3. Add the Personal Access Token as a secret in your repository with the name `APPCD_TOKEN`

## Inputs

| Name | Description | Required | Default |
Expand All @@ -18,6 +26,8 @@ This repository contains the reusable action for the AppCD Generative IAC.
```yaml
- name: Generate IAC
uses: appcd-dev/action@v0
env:
APPCD_TOKEN: ${{ secrets.APPCD_TOKEN }}
with:
# Required inputs
## Cloud provider: aws, azure
Expand Down

0 comments on commit 8bd3342

Please sign in to comment.