Skip to content

Commit

Permalink
[MOSIP-29162] Added Secrets to release 1201 branch. (#903)
Browse files Browse the repository at this point in the history
* [MOSIP-29162] Added Secrets to release 1201 branch.

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-29162] Added Secrets to release 1201 branch.

Signed-off-by: VSIVAKALYAN <[email protected]>

---------

Signed-off-by: VSIVAKALYAN <[email protected]>
  • Loading branch information
VSIVAKALYAN authored Sep 24, 2023
1 parent 818edae commit aacb2b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ 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 }}
ACTION_PAT: ${{ secrets.ACTION_PAT }}
2 changes: 2 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
BODY: ${{ inputs.BODY }}
PRE_RELEASE: ${{ inputs.PRE_RELEASE }}
DRAFT: ${{ inputs.DRAFT }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit aacb2b7

Please sign in to comment.