Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed Oct 23, 2019
1 parent 8674b4f commit ff771c0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# setup-pulumi

Github Action. Starts Pulumi in CI environment. See workflow examples [here](./.github/workflows/)

## Usage

```yaml
name: Test

on:
push:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: prepor/setup-pulumi@master
with:
version: 1.3.4
- uses: prepor/github-pulumi@master
with:
stack: dev
args: up
root: example
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
```

0 comments on commit ff771c0

Please sign in to comment.