From 25d67a3078b8613fd683e2cdee23968cc91bb5e0 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 6 Jun 2023 15:15:15 +0300 Subject: [PATCH] Update notifications path --- .gitea/workflows/java-pull-request-check-template.yml | 2 +- .gitea/workflows/werf-deploy-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/java-pull-request-check-template.yml b/.gitea/workflows/java-pull-request-check-template.yml index 3796e36..ec70ceb 100644 --- a/.gitea/workflows/java-pull-request-check-template.yml +++ b/.gitea/workflows/java-pull-request-check-template.yml @@ -73,7 +73,7 @@ jobs: roleId: ${{ secrets.VAULT_ROLE_ID }} secretId: ${{ secrets.VAULT_SECRET_ID }} secrets: | - ${{ inputs.vault_secrets_base_path }} notification_url | MATTERMOST_WEBHOOK_URL ; + dev/wilix/main/ci notification_url | MATTERMOST_WEBHOOK_URL ; - name: prepare failed notification body if: ${{ inputs.notification_enabled && job.status == 'failure' }} diff --git a/.gitea/workflows/werf-deploy-template.yml b/.gitea/workflows/werf-deploy-template.yml index 5af2a20..7f20342 100644 --- a/.gitea/workflows/werf-deploy-template.yml +++ b/.gitea/workflows/werf-deploy-template.yml @@ -127,7 +127,7 @@ jobs: roleId: ${{ secrets.VAULT_ROLE_ID }} secretId: ${{ secrets.VAULT_SECRET_ID }} secrets: | - ${{ inputs.vault_secrets_base_path }} notification_url | MATTERMOST_WEBHOOK_URL ; + dev/wilix/main/ci notification_url | MATTERMOST_WEBHOOK_URL ; - name: prepare success notification body uses: https://github.com/finnp/create-file-action@master