Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
required: false
type: string
default: ""
secrets: inherit

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
main_branch:
required: true
type: string
secrets: inherit

jobs:
linter:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
helm_values_files:
required: true
type: string
secrets: inherit

permissions:
id-token: write
Expand All @@ -33,6 +34,7 @@ jobs:
publish:
name: Publish to Staging
runs-on: ubuntu-latest
environment: staging

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
staging_tfvars_json:
required: true
type: string
secrets: inherit

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
go_private:
required: true
type: string
secrets: inherit

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
working_directory:
required: true
type: string
secrets: inherit

permissions:
id-token: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
helm_values_files:
required: true
type: string
secrets: inherit

permissions:
id-token: write
Expand All @@ -33,6 +34,7 @@ jobs:
publish:
name: Publish to Production
runs-on: ubuntu-latest
environment: prod

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
prod_tfvars_json:
required: true
type: string
secrets: inherit

permissions:
id-token: write
Expand Down