Skip to content

no config specified #23

@ckocyigit

Description

@ckocyigit

I get "no config specified" errors when running the action with the provided templates.

jobs:
  push:
    runs-on: self-hosted
    steps:
      - uses: actions/checkout@v4

      - name: DNSControl push
        uses: is-cool-me/dnscontrol-action@v4.13.0
        env:
          NETCUP_API_KEY: ${{ secrets.NETCUP_API_KEY }}
          NETCUP_API_PASSWORD: ${{ secrets.NETCUP_API_PASSWORD }}
          NETCUP_CUSTOMER_NUMBER: ${{ secrets.NETCUP_CUSTOMER_NUMBER }}
        with:
          args: push
          config_file: 'dns/dnsconfig.js'
          creds_file: 'dns/creds.json'

workspace:

.
├── README.md
└── dns
    ├── creds.json
    └── dnsconfig.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions