[E2E Test] Create token on token factory on wasm rollapp and send it to hub #244
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: new-pr-notification-to-slack | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
new-pr-notification: | |
uses: dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main | |
secrets: | |
WEBHOOK_URL: ${{ secrets.SLACK_NEW_PR_CHANNEL_WEBHOOK }} |