From 5d1b644171b1b934fdc6e3f2496d94953b89d29c Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:55:53 -0800 Subject: [PATCH] add comment in add-to-web3 --- .github/workflows/add-to-web3.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/add-to-web3.yml b/.github/workflows/add-to-web3.yml index f44827c..7b06428 100644 --- a/.github/workflows/add-to-web3.yml +++ b/.github/workflows/add-to-web3.yml @@ -1,5 +1,7 @@ name: add to web3 +permissions: + pull-requests: write on: push: @@ -25,3 +27,9 @@ jobs: secret_key: ${{ secrets.W3_PRINCIPAL }} - run: echo ${{ steps.w3up.outputs.cid }} - run: echo ${{ steps.w3up.outputs.url }} + - uses: marocchino/sticky-pull-request-comment@v2 + with: + message: | + # added to web3 + + ${{ steps.w3up.outputs.url }}