Skip to content

Commit

Permalink
fix: switch to secrets.CHE_BOT_GITHUB_TOKEN (added to repo just now) …
Browse files Browse the repository at this point in the history
…and set pull.rebase=true to avoid conflicts (eclipse-che#391)

Change-Id: Ia057f1a4f12458f8745be31e3077e355145ce176
Signed-off-by: nickboldt <[email protected]>
  • Loading branch information
nickboldt authored Nov 3, 2021
1 parent f5c9a99 commit b07b9bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
run: |
git config --global user.name "Mykhailo Kuznietsov"
git config --global user.email "[email protected]"
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
git config --global pull.rebase true
export GITHUB_TOKEN=${{ secrets.CHE_BOT_GITHUB_TOKEN }}
/bin/bash make-release.sh --version ${{ github.event.inputs.version }} --tag-release
- name: Create failure MM message
if: ${{ failure() }}
Expand Down

0 comments on commit b07b9bf

Please sign in to comment.