Skip to content

Commit

Permalink
[MOSIP-29162] Added Secrets to release 1201 branch. (mosip#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]>
Signed-off-by: Yash S <[email protected]>
  • Loading branch information
VSIVAKALYAN authored and yashmsonkusare committed Jan 23, 2024
1 parent 7544c7b commit cb96d5e
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 cb96d5e

Please sign in to comment.