Skip to content

Commit ff59d70

Browse files
nektos/actgithub-actions[bot]
authored andcommitted
chore: updated optimism, reth, node-reth
1 parent 428ac59 commit ff59d70

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,37 @@ on:
66

77
permissions:
88
pull-requests: write
9+
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
913
jobs:
1014
update:
1115
name: update
1216
runs-on: ubuntu-latest
1317
steps:
14-
- name: checkout
15-
uses: actions/checkout@v4
18+
- uses: actions/checkout@v4
19+
1620
- name: Load .env file
17-
uses: aarcangeli/load-dotenv@v1
21+
uses: aarcangeli/load-dotenv@v1.1.0
1822
with:
19-
path: git_commit_message.env
2023
filenames: 'git_commit_message.env'
2124

2225
- name: view env
2326
run: echo ${{ env.TITLE }}
27+
2428
# - name: build dependency updater
2529
# run: go build ./dependency_updater
30+
2631
# - name: build dependency updater
2732
# env:
2833
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2934
# run: ./dependency_updater --repo ~/node --commit true
30-
# - name: create pull request
31-
# uses: peter-evans/create-pull-request@v7
32-
# with:
33-
# title: ${{ env.TITLE }}
34-
# commit-message: ${{ env.TITLE }}
35-
# body: ${{ env.DESC }}
36-
# branch: update-dependencies
35+
36+
- name: create pull request
37+
uses: peter-evans/create-pull-request@v7.0.8
38+
with:
39+
title: ${{ env.TITLE }}
40+
commit-message: ${{ env.TITLE }}
41+
body: ${{ env.DESC }}
42+
branch: update-dependencies

0 commit comments

Comments
 (0)