Skip to content

Commit

Permalink
enable slack msg
Browse files Browse the repository at this point in the history
  • Loading branch information
michelsk committed Jul 8, 2024
1 parent 1e3f6d6 commit a6b4473
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release_steampipe.yaml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Use Semantic versioning only. Please update the version number before opening a pull request.
v0.0.0
v0.0.3

0 comments on commit a6b4473

Please sign in to comment.