Skip to content

Deploy Garble Guide using Mdbook to GH Pages #114

Deploy Garble Guide using Mdbook to GH Pages

Deploy Garble Guide using Mdbook to GH Pages #114

on: [pull_request]
name: Dependabot
jobs:
run_if:
if: startsWith(github.head_ref, 'dependabot/')
name: Notify
runs-on: ubuntu-latest
steps:
- name: Post to a Slack channel
uses: slackapi/[email protected]
with:
channel-id: 'C04658EJ9QS'
slack-message: "New Dependabot PR: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}