Skip to content

Commit

Permalink
added secret slack webhook URL (#407)
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <chandrakeshavmishra@gmail.com>
  • Loading branch information
ckm007 authored Sep 22, 2023
1 parent 84d3a88 commit 1bc5ea2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
TAG: ${{ inputs.TAG }}
BODY: ${{ inputs.BODY }}
PRE_RELEASE: ${{ inputs.PRE_RELEASE }}
DRAFT: ${{ inputs.DRAFT }}
DRAFT: ${{ inputs.DRAFT }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 1bc5ea2

Please sign in to comment.