# SPDX-License-Identifier: Apache-2.0
nika: v1
workflow: hello
secrets:
  api_key:
    source: consul
    key: prod/api-key
tasks:
  - id: call
    exec: { command: "curl -H 'Authorization: Bearer ${{ secrets.api_key }}' https://api.exacom" }
