Skip to content

Commit

Permalink
Merge pull request #2 from vector-im/omame/actions
Browse files Browse the repository at this point in the history
Remove a warning from the execution output
  • Loading branch information
Daniele Valeriani authored Mar 8, 2023
2 parents 9d9a4ec + 998fe81 commit fcb7500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
fetch-depth: 0

- name: Configure Git
env:
GITHUB_TOKEN: "${{ secrets.ELEMENT_BOT_TOKEN }}"
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
Expand Down

0 comments on commit fcb7500

Please sign in to comment.