Skip to content

Commit

Permalink
Get rid of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvijs Dzirkals authored and Elvijs Dzirkals committed Sep 22, 2023
1 parent bb7c6e2 commit e63e9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/daily-slack-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Install dependencies
working-directory: tasks
run: npm install


- name: Send slack message
working-directory: tasks
run: node daily-slack-bot.js
run: |
npm install ethers
node daily-slack-bot.js
env:
CI_SLACK_WEBHOOK: ${{ secrets.CI_SLACK_WEBHOOK }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
Expand Down
5 changes: 0 additions & 5 deletions tasks/package.json

This file was deleted.

0 comments on commit e63e9e0

Please sign in to comment.