Skip to content

Discord Wiki Change Notifications #51

Discord Wiki Change Notifications

Discord Wiki Change Notifications #51

Workflow file for this run

# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Wiki Changed Discord Notification
on: gollum
permissions: none

Check failure on line 9 in .github/workflows/discord_wiki.yaml

View workflow run for this annotation

GitHub Actions / Wiki Changed Discord Notification

Invalid workflow file

The workflow is not valid. .github/workflows/discord_wiki.yaml (Line: 9, Col: 14): Unexpected value 'none'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses:
'oznu/gh-wiki-edit-discord-notification@1f5b688c27310fba606368b20469c81f5ffd9a2f
# v1.0.0'
with:
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}