From ea2e94ac59dafc41fe439b034aaff61d16807d8e Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 2 Oct 2023 09:46:17 +0200 Subject: [PATCH] Add wiiu-cemu to github_prerelease_allowlist (#102) --- .github/workflows/bump.yml | 7 +++++-- audit_exceptions/github_prerelease_allowlist.json | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 audit_exceptions/github_prerelease_allowlist.json diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 9b87b1f..b0be8f2 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -59,7 +59,10 @@ jobs: git config --global user.name "pavelzw-bot" - name: brew bump-${{ matrix.type }}-pr ${{ matrix.name }} if: steps.livecheck.outputs.outdated == 'true' - run: | - brew bump-${{ matrix.type }}-pr pavelzw/pavelzw/${{ matrix.name }} --version=${{ steps.livecheck.outputs.new-version }} --no-browse + run: >- + brew bump-${{ matrix.type }}-pr + pavelzw/pavelzw/${{ matrix.name }} + --version=${{ steps.livecheck.outputs.new-version }} + --no-browse env: HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json new file mode 100644 index 0000000..39c72c5 --- /dev/null +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -0,0 +1,3 @@ +{ + "wiiu-cemu": "all" +}