Skip to content

Commit

Permalink
[MOSIP-29519] added webhook secret in release-changes.yml file (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prafulrakhade authored Sep 22, 2023
1 parent 2e02f6d commit 78837c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
MESSAGE: ${{ inputs.MESSAGE }}
RELEASE_TAG: ${{ inputs.RELEASE_TAG }}
SNAPSHOT_TAG: ${{ inputs.SNAPSHOT_TAG }}
BASE: ${{ inputs.BASE }}
BASE: ${{ inputs.BASE }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 78837c5

Please sign in to comment.