Skip to content

Commit

Permalink
disable slack msg
Browse files Browse the repository at this point in the history
  • Loading branch information
michelsk committed Jul 8, 2024
1 parent 34753d6 commit 1e3f6d6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release_steampipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
name: Build
name: Build And Release
runs-on: ubuntu-22.04
permissions:
id-token: write
Expand Down Expand Up @@ -76,14 +76,14 @@ jobs:
run: |
aws s3 cp ./dist s3://"${SERVICES_BUCKET_AWS}/services/steampipe-plugin-akeyless/release/${version}/" --recursive --exclude "*" --include "*.gz"
- name: Slack Notification
if: failure() || success()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: 'operations'
SLACK_COLOR: ${{ job.status }}
SLACK_TITLE: 'Release Latest Steampipe Plugin Akeyless, Status: ${{ job.status }}!'
SLACK_MESSAGE: 'Version:${{ env.version }}'
SLACK_WEBHOOK: ${{ secrets.SLACK_OPERATIONS_WEBHOOK }}
MSG_MINIMAL: true
SLACK_FOOTER: Akeyless.io Release Steampipe Plugin Akeyless Pipeline
# - name: Slack Notification
# if: failure() || success()
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_CHANNEL: 'operations'
# SLACK_COLOR: ${{ job.status }}
# SLACK_TITLE: 'Release Latest Steampipe Plugin Akeyless, Status: ${{ job.status }}!'
# SLACK_MESSAGE: 'Version:${{ env.version }}'
# SLACK_WEBHOOK: ${{ secrets.SLACK_OPERATIONS_WEBHOOK }}
# MSG_MINIMAL: true
# SLACK_FOOTER: Akeyless.io Release Steampipe Plugin Akeyless Pipeline

0 comments on commit 1e3f6d6

Please sign in to comment.