Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
required: true
type: choice
options:
- "dev"
- "ops"
- "prod"
- 'dev'
- 'ops'
- 'prod'
docs-only:
description: Only publish docs, do not publish the plugin
default: false
Expand All @@ -40,11 +40,11 @@ jobs:
environment: ${{ inputs.environment }}
docs-only: ${{ fromJSON(inputs.docs-only) }}
scopes: universal

# Argo CD inputs
grafana-cloud-deployment-type: provisioned
argo-workflow-slack-channel: "#sm-ops-deploys"
auto-merge-environments: dev, ops, prod-canary
argo-workflow-slack-channel: '#sm-ops-deploys'
auto-merge-environments: dev, ops

# Other CI inputs
node-version: 22
Expand Down
Loading