You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/06/30 03:19:36 UTC

[fineract] branch develop updated: Fixing automatic rebase

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

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 51601e9  Fixing automatic rebase
51601e9 is described below

commit 51601e90497cc05c7568dfe1c43e887e60ea5649
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Wed Jun 30 11:19:30 2021 +0800

    Fixing automatic rebase
---
 .github/workflows/rebase.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
index d005818..0024717 100644
--- a/.github/workflows/rebase.yml
+++ b/.github/workflows/rebase.yml
@@ -11,6 +11,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
       with:
+        token: ${{ secrets.GITHUB_TOKEN }}
         fetch-depth: 0
     - name: Automatic Rebase
       uses: cirrus-actions/rebase@1.4