From 4a1b14c3ebf0138af0721e5eeb24df72ab0cf2a7 Mon Sep 17 00:00:00 2001 From: ujala-singh Date: Wed, 31 Jan 2024 13:26:58 +0530 Subject: [PATCH] fix: Remove changelog push to atlan repo --- .github/workflows/maven.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5862250cf3..293d66982b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -92,25 +92,3 @@ jobs: tags: | ghcr.io/atlanhq/${{ github.event.repository.name }}-${{ steps.get_branch.outputs.branch }}:latest ghcr.io/atlanhq/${{ github.event.repository.name }}-${{ steps.get_branch.outputs.branch }}:${{ steps.get_version.outputs.version }} - - name: Check out into atlan repo - uses: actions/checkout@v2 - with: - ref: lineageOnDemand - 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: lineageOnDemand - author_name: atlan-ci - author_email: it@atlan.com - message: '${{ github.event.repository.name }}' - default_author: user_info - push: origin lineageOnDemand