Skip to content

chore: updated optimism, reth, node-reth #6

chore: updated optimism, reth, node-reth

chore: updated optimism, reth, node-reth #6

name: Update Dockerfile Dependencies
on:
# schedule:
# - cron: '0 12 * * * *'
pull_request:
permissions:
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
update:
name: update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Load .env file
uses: aarcangeli/load-dotenv@v1.1.0
with:
filenames: 'git_commit_message.env'
- name: view env
run: echo ${{ env.TITLE }}
# - name: build dependency updater
# run: go build ./dependency_updater
# - name: build dependency updater
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: ./dependency_updater --repo ~/node --commit true
- name: create pull request
uses: peter-evans/create-pull-request@v7.0.8
with:
title: ${{ env.TITLE }}
commit-message: ${{ env.TITLE }}
body: ${{ env.DESC }}
branch: update-dependencies