diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 58bed6dc7d..0792bdc47c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -117,26 +117,3 @@ jobs: uses: github/codeql-action/upload-sarif@v2.1.33 with: sarif_file: 'trivy-image-results.sarif' - - - name: Check out into atlan repo - uses: actions/checkout@v2 - with: - ref: ${{ steps.get_branch.outputs.branch }} - 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: ${{ steps.get_branch.outputs.branch }} - author_name: atlan-ci - author_email: it@atlan.com - message: '${{ github.event.repository.name }}' - default_author: user_info - push: origin ${{ steps.get_branch.outputs.branch }}