We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91d6f6 commit 862c0c1Copy full SHA for 862c0c1
.github/workflows/auto_check.yml
@@ -0,0 +1,21 @@
1
+name: Bump upstream version
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "00 */4 * * *"
7
+ push:
8
+ branches:
9
+ - "master"
10
+ - "main"
11
12
+jobs:
13
+ build:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v3
17
+ - run: npx @dappnode/dappnodesdk github-action bump-upstream
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 }}
0 commit comments