From 9317cf2e87d625df1f3364c67939688ab134c9ea Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:29:32 +0200 Subject: [PATCH] refactor: use reusable bump-upstream workflow --- .github/workflows/auto_check.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto_check.yml b/.github/workflows/auto_check.yml index 81d89d2..aaa0bc8 100644 --- a/.github/workflows/auto_check.yml +++ b/.github/workflows/auto_check.yml @@ -6,15 +6,9 @@ on: workflow_dispatch: push: branches: - - "master" + - "main" jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - run: npx @dappnode/dappnodesdk github-action bump-upstream --use_variants - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }} - PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }} + bump-upstream: + uses: dappnode/workflows/.github/workflows/bump-upstream.yml@master + secrets: inherit