Skip to content

Commit

Permalink
Update configuration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Oct 13, 2022
1 parent 61b1aa6 commit 96dffbd
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 691 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: AzBuilder/terrakube-action-github@1.0.0
with:
TERRAKUBE_TOKEN: "xxxxxx" # Terrakube Personal Access Token
TERRAKUBE_TEMPLATE: "vulnerability-snyk"
TERRAKUBE_TEMPLATE: "Terraform-Plan"
TERRAKUBE_REPOSITORY: "https://github.com/AzBuilder/terraform-sample-repository.git"
TERRAKUBE_ENDPOINT: "https://terrakube.interal/service"
TERRAKUBE_BRANCH: ${{ github.event.pull_request.base.ref }}
TERRAKUBE_BRANCH: ${{ github.head_ref }}
GITHUB_TOKEN: "xxxx"
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ outputs:
description: 'Terrakube Job Execution Id'
runs:
using: 'node16'
main: 'dist/index.js'
main: 'src/index.ts'
63 changes: 0 additions & 63 deletions dist/authentication.js

This file was deleted.

244 changes: 0 additions & 244 deletions dist/index.js

This file was deleted.

Loading

0 comments on commit 96dffbd

Please sign in to comment.