Skip to content

Commit

Permalink
chore ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VachaganGrigoryan committed Jul 25, 2024
1 parent 0c25f81 commit 8d94d62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
markdown-include markdown.json
working-directory: ./migration

- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
author_name: Hardhat CI
message: Update README.md
add: README.md
push: true
run: "echo 'Changes committed and pushed'"
working-directory: ./migration

env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
BOB_PRIVATE_KEY: ${{ secrets.BOB_PRIVATE_KEY }}
Expand All @@ -45,4 +55,7 @@ jobs:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit 8d94d62

Please sign in to comment.