# SPDX-License-Identifier: Apache-2.0
nika: v1
workflow: hello
secrets:
  api_key: "sk-live-12345"
tasks:
  - id: call
    exec: { command: "curl -H 'Authorization: Bearer ${{ secrets.api_key }}' https://api.example.com" }
