Skip to content

Commit

Permalink
[MOSIP-29163] updated reusable workflows (#1103)
Browse files Browse the repository at this point in the history
* [MOSIP-29163] updated secret in reusable workflows

* Revert "[MOSIP-29163] updated secret in reusable workflows"

This reverts commit 6d55aaf.

* [MOSIP-29163] updated secret in reusable workflows

* [MOSIP-29163] removed tag.origin
  • Loading branch information
bhumi46 authored Sep 25, 2023
1 parent d5386bc commit 1d42341
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 84 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
types: [published]
pull_request:
types: [opened]
branches:
- '!release-branch'
- release-1*
- 1.*
- develop
- MOSIP*
workflow_dispatch:
inputs:
message:
Expand All @@ -21,10 +15,11 @@ on:
push:
branches:
- '!release-branch'
- release-1*
- release*
- master
- 1.*
- develop
- MOSIP*

jobs:
build-maven-authentication:
Expand Down
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 }}
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 }}
75 changes: 0 additions & 75 deletions .github/workflows/tag.yaml.orig

This file was deleted.

0 comments on commit 1d42341

Please sign in to comment.