Skip to content

Generate secret connection environment variables #104

Generate secret connection environment variables

Generate secret connection environment variables #104

Workflow file for this run

# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
# ------------------------------------------------------------------------------
# This file is synced from the radius-project/.github repository.
# DO NOT EDIT MANUALLY - changes will be overwritten by the next sync.
# Source: https://github.com/radius-project/.github
# ------------------------------------------------------------------------------
---
name: Spellcheck
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
permissions: {}
jobs:
spellcheck:
uses: radius-project/.github/.github/workflows/__spellcheck.yml@main
permissions:
contents: read
pull-requests: write
with:
# Check both Markdown docs and the embedded `description` fields in
# resource type YAML schemas (and other YAML docs in the repo).
glob: "**/*.{md,yaml,yml}"