8000 no config specified · Issue #23 · is-cool-me/dnscontrol-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
no config specified #23
Open
Open
@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

      0