We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c39943 + 4856162 commit 3377e8fCopy full SHA for 3377e8f
1 file changed
.github/workflows/auto_check.yml
@@ -4,17 +4,11 @@ on:
4
schedule:
5
- cron: "00 */4 * * *"
6
workflow_dispatch:
7
+ push:
8
+ branches:
9
+ - "main"
10
11
jobs:
12
bump-upstream:
- runs-on: ubuntu-latest
- steps:
- - 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 }}
+ uses: dappnode/workflows/.github/workflows/bump-upstream.yml@master
+ secrets: inherit
0 commit comments