Skip to content

Commit

Permalink
Merge pull request #2746 from atlanhq/enable-repository-distach
Browse files Browse the repository at this point in the history
Enable Repository Dispatch Feature on master branch
  • Loading branch information
ujala-singh authored Jan 11, 2024
2 parents 68dcdb6 + e7a033f commit fb5efc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-release-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows:
- "Java CI with Maven"
branches:
- master
- beta
- staging
types:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,3 @@ jobs:
uses: github/codeql-action/[email protected]
with:
sarif_file: 'trivy-image-results.sarif'

- name: Check out into atlan repo
uses: actions/checkout@v2
with:
ref: main
repository: atlanhq/atlan
token: ${{ secrets.my_pat }}

- name: Add Changelog
run: |
mkdir -p gitlog
echo "- ${{ github.event.head_commit.message }}">>gitlog/${{ github.event.repository.name }}.txt
chmod +x ./scripts/create_changelog.sh
./scripts/create_changelog.sh
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
branch: main
author_name: atlan-ci
author_email: [email protected]
message: '${{ github.event.repository.name }}'
default_author: user_info
push: origin main

0 comments on commit fb5efc8

Please sign in to comment.