Skip to content

Commit

Permalink
add comment in add-to-web3
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Jan 17, 2024
1 parent 7ad0e8f commit 5d1b644
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/add-to-web3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: add to web3

permissions:
pull-requests: write

on:
push:
Expand All @@ -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 }}

0 comments on commit 5d1b644

Please sign in to comment.