Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/digger_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
description: 'run identifier'
required: false
job:
required: true
required: false
comment_id:
required: true
required: false
run_name:
required: false
spec:
description: 'spec input for digger'
required: false

run-name: ${{ inputs.run_name}}

Expand Down Expand Up @@ -39,4 +42,3 @@ jobs:
disable-locking: false
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ terraform {
}
backend "s3" {
bucket = "digger-s3backend-quickstart-aws-jalonso" # Change if a different S3 bucket name was used for the backend
/* Un-comment to use DynamoDB state locking
dynamodb_table = "digger-locktable-quickstart-aws" # Change if a different DynamoDB table name was used for backend
*/
key = "terraform/state"
region = "us-east-1"
}
Expand Down
Loading