Skip to content

Commit

Permalink
updated worker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Sep 11, 2024
1 parent 8428447 commit b109d90
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/configs/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,29 @@ config:
secrets:
NEW_RELIC_API_KEY: "gcp/udx-worker-project/new_relic_api_key"

# Examples:
# Supported:
#
# NEW_RELIC_API_KEY: "azure/kv-udx-worker/new_relic_api_key"
#

# To be supported:
#
# NEW_RELIC_API_KEY: "aws/secrets-manager/new_relic_api_key"
# NEW_RELIC_API_KEY: "bitwarden/collection/new_relic_api_key"
#

actors:
- type: gcp
creds: "${GCP_CREDS}"

# Examples:
# Supported:

Check warning on line 25 in src/configs/worker.yml

View workflow job for this annotation

GitHub Actions / Analyze YAML Files

25:5 [comments-indentation] comment not indented like content
#
# - type: azure
# creds: "${AZURE_CREDS}"
#

# To be supported:
#
# - type: aws
# creds: "${AWS_CREDS}"
#
Expand Down

0 comments on commit b109d90

Please sign in to comment.