You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/02 06:59:42 UTC

[camel-kafka-connector] branch master updated: Fixed changelog action

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new b74abea  Fixed changelog action
b74abea is described below

commit b74abeab47f5ef0d03fe2a7c7ecba34519d4dae1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 08:59:15 2020 +0200

    Fixed changelog action
---
 .github/workflows/automatic-changelog-update.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index fb92b28..5785ac2 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -54,9 +54,6 @@ jobs:
 
       - name: Push changes
         if: env.push == 1
-        env:
-          CI_USER: ${{ secrets.YOUR_GITHUB_USER }}
-          CI_TOKEN: ${{ secrets.YOUR_GITHUB_TOKEN or GITHUB_TOKEN }}
         run: |
           git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
           git config --local user.name "github-actions[bot]"