From 597041a4b5c3233b4bfd8656bf8b6829657ce101 Mon Sep 17 00:00:00 2001 From: "sh1pt-actions-fleet[bot]" <287014002+sh1pt-actions-fleet[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:30:37 +0000 Subject: [PATCH] Add .github/workflows/coinpay.yml via sh1pt coinpay-invoice@1.0.0 --- .github/workflows/coinpay.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/coinpay.yml diff --git a/.github/workflows/coinpay.yml b/.github/workflows/coinpay.yml new file mode 100644 index 0000000..be2bb4e --- /dev/null +++ b/.github/workflows/coinpay.yml @@ -0,0 +1,31 @@ +# Managed by sh1pt Actions Fleet +# pack: coinpay-invoice@1.0.0 +# install: sh1pt-actions-store +# hash: sha256:34ad3313699d6a34845801f6d1c0963e36bee5d375678ffdd2a4bf0f46a17fa2 +name: CoinPayPortal invoice command + +on: + issue_comment: + types: [created] + +permissions: + issues: write + pull-requests: write + +concurrency: + group: coinpay-${{ github.workflow }}-${{ github.event.issue.number }} + cancel-in-progress: false + +jobs: + coinpay: + # Only spin up when a comment actually invokes the bot. + if: startsWith(github.event.comment.body, '/coinpay') + runs-on: ubuntu-latest + timeout-minutes: 15 + steps: + - uses: profullstack/coinpaybot@v0 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + coinpay-api-key: ${{ secrets.COINPAY_API_KEY }} + coinpay-business-id: ${{ secrets.COINPAY_BUSINESS_ID }} + coinpay-base-url: https://coinpayportal.com