Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 12, 2023
1 parent ec61176 commit 5f8beb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
uses: checkout-charlie/github-actions/humanitec-push-image@main
with:
humanitec_token: ${{ secrets.HUMANITEC_TOKEN }}
humanitec_org: checkout-charlie

```

Expand All @@ -75,7 +74,6 @@ jobs:
uses: checkout-charlie/github-actions/deploy-pr@main
with:
humanitec_token: ${{ secrets.HUMANITEC_TOKEN }}
humanitec_org: checkout-charlie
source_environment: << base-environment >> # source environment where to clone from
app_id: << app-id >> # app id on humanitec

Expand All @@ -100,7 +98,6 @@ jobs:
uses: checkout-charlie/github-actions/undeploy-pr@main
with:
humanitec_token: ${{ secrets.HUMANITEC_TOKEN }}
humanitec_org: checkout-charlie
app_id: << app-id >> # app id on Humanitec

```
Expand Down

0 comments on commit 5f8beb1

Please sign in to comment.