Commit a7f7b7f 1 parent bb41792 commit a7f7b7f Copy full SHA for a7f7b7f
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
- run : curl -L ${{ github.event.release.tarball_url }} > source.tar.gz
11
11
- uses : filecoin-station/publish-zinnia-module-action@v0
12
+ id : publish
12
13
with :
13
14
source : source.tar.gz
14
15
w3up-private-key : ${{ secrets.W3UP_PRIVATE_KEY }}
15
16
w3up-proof : ${{ secrets.W3UP_PROOF }}
16
17
w3name-private-key : ${{ secrets.W3NAME_PRIVATE_KEY }}
17
18
w3name-revision : ${{ secrets.W3NAME_REVISION }}
19
+ - uses : slackapi/slack-github-action@v1.27.0
20
+ with :
21
+ channel-id : spark-public
22
+ payload : |
23
+ {
24
+ "text": "SPARK checker version ${{ github.event.release.tag_name }} released",
25
+ "blocks": [
26
+ {
27
+ "type": "section",
28
+ "text": {
29
+ "type": "mrkdwn",
30
+ "text": "<Source code|${{ github.server_url }}/${{ github.repository }}/tree/${{ github.event.release.tag_name }}> published to IPFS as <https://${{ steps.publish.outputs.cid }}.ipfs.w3s.link|${{ steps.publish.outputs.cid }}>"
31
+ }
32
+ }
33
+ ]
34
+ }
35
+ env :
36
+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_SPARK_PUBLIC_TOKEN }}
You can’t perform that action at this time.
0 commit comments