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