Skip to content

Delete dapps/assets/Nomos.jpg (#199) #188

Delete dapps/assets/Nomos.jpg (#199)

Delete dapps/assets/Nomos.jpg (#199) #188

Workflow file for this run

name: Deploy UAT Preview
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Post to the webhook ecosystem channel
id: slack
uses: slackapi/[email protected]
with:
channel-id: 'C05N48KD7RQ'
slack-message: "<!subteam^S04A39EKLTW|devx> :tada: *Ecosystem repository Pull Request merged* :tada:\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}