[E2E Test] Register new Sequencer on the hub and make sure it’s hub address is used for getting sequencer rewards on the rollapp #219
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 }} |