Skip to content

Commit 59f0016

Browse files
authored
Merge pull request #22 from dappnode/reusable-bump-upstream-workflow
refactor: use reusable bump-upstream workflow [skip ci]
2 parents 123fe53 + 7330a17 commit 59f0016

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/auto_check.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
name: Bump upstream Version
1+
name: Bump upstream version
22

33
on:
4-
workflow_dispatch:
54
schedule:
65
- cron: "00 */4 * * *"
6+
workflow_dispatch:
77
push:
88
branches:
9-
- "master"
109
- "main"
1110

1211
jobs:
13-
build:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4
17-
- run: npx @dappnode/dappnodesdk github-action bump-upstream --use-variants
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}
21-
PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }}
12+
bump-upstream:
13+
uses: dappnode/workflows/.github/workflows/bump-upstream.yml@master
14+
secrets: inherit

0 commit comments

Comments
 (0)