Skip to content

Commit

Permalink
Update periodic-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorotech committed Apr 12, 2023
1 parent 7d08966 commit 276f719
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/periodic-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.COMMIT_TOKEN }}
ref: ${{ github.head_ref }}
token: ${{ secrets.CI_GITHUB_TOKEN }}
ref: ${{ github.head_ref }}

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -35,6 +35,6 @@ jobs:
if: success()
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_user_name: trust-wallet-merge-bot
commit_user_email: mergebot@trustwallet.com
commit_message: External Updates
commit_message: External Updates
commit_user_name: trust-ci
commit_user_email: "117647528+trust-ci@users.noreply.github.com"

0 comments on commit 276f719

Please sign in to comment.