discord_wiki.yaml 693 B

123456789101112131415161718192021222324
  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. permissions: none
  7. jobs:
  8. notify:
  9. runs-on: ubuntu-latest
  10. steps:
  11. - name: Harden Runner
  12. uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
  13. with:
  14. egress-policy: audit
  15. - uses:
  16. 'oznu/gh-wiki-edit-discord-notification@1f5b688c27310fba606368b20469c81f5ffd9a2f
  17. # v1.0.0'
  18. with:
  19. discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}