Skip to content

Commit e8bc594

Browse files
fie examples
1 parent aa19250 commit e8bc594

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/cluster-provision.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
4242
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
4343
rmk_command: ${{ inputs.rmk_command }}
44+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
4445
rmk_version: ${{ inputs.rmk_version }}

examples/helmfile-template-validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
2626
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
2727
rmk_command: helmfile_validate
28+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}

examples/release-sync.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
github_token_repo_full_access: ${{ secrets.GITHUB_TOKEN_REPO_FULL_ACCESS }}
3434
rmk_cluster_provider: ${{ env.RMK_CLUSTER_PROVIDER }}
3535
rmk_command: sync
36+
rmk_slack_webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)