Skip to content

Commit 3377e8f

Browse files
authored
Merge pull request #70 from dappnode/reusable-bump-upstream-workflow
refactor: use reusable bump-upstream workflow [skip ci]
2 parents 8c39943 + 4856162 commit 3377e8f

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/auto_check.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ on:
44
schedule:
55
- cron: "00 */4 * * *"
66
workflow_dispatch:
7+
push:
8+
branches:
9+
- "main"
710

811
jobs:
912
bump-upstream:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v6
13-
- uses: actions/setup-node@v6
14-
with:
15-
node-version: "22"
16-
- run: npx @dappnode/dappnodesdk github-action bump-upstream
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}
20-
PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }}
13+
uses: dappnode/workflows/.github/workflows/bump-upstream.yml@master
14+
secrets: inherit

0 commit comments

Comments
 (0)