Skip to content

Commit

Permalink
[MOSIP-29256] updated reusable worklows (#603)
Browse files Browse the repository at this point in the history
* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows

* [MOSIP-29256] updated reusable worklows
  • Loading branch information
bhumi46 authored Sep 25, 2023
1 parent 75a41b0 commit 3106a98
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.yml
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 3106a98

Please sign in to comment.