There was an error while loading. Please reload this page.
2 parents 63c0ae8 + 1244eec commit 882d461Copy full SHA for 882d461
1 file changed
.github/workflows/auto_check.yml
@@ -3,17 +3,12 @@ name: Bump upstream version
3
on:
4
schedule:
5
- cron: "00 */4 * * *"
6
+ workflow_dispatch:
7
push:
8
branches:
- - "master"
9
+ - "main"
10
11
jobs:
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v2
15
- - run: npx @dappnode/dappnodesdk github-action bump-upstream
16
- env:
17
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }}
19
- PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }}
+ bump-upstream:
+ uses: dappnode/workflows/.github/workflows/bump-upstream.yml@master
+ secrets: inherit
0 commit comments