discord_wiki.yaml 445 B

123456789101112131415
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. name: Wiki Changed Discord Notification
  5. on: gollum
  6. jobs:
  7. notify:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: 'oznu/gh-wiki-edit-discord-notification@v1.0.0'
  11. with:
  12. discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}