Skip to content
Ricardo de Matos edited this page Feb 3, 2023 · 7 revisions

valifn-python requires: Git 2.39+, Docker 20+


  1. Clone this repository:

    git clone https://github.com/valispace/valifn-python.git
  2. Create a Personal Access Token (PAT) (classic) with public_repo and repo: status scopes:

    PAT scopes
  3. Create a repository secret named REPO_ADMIN_TOKEN with the created token:

    REPO_ADMIN_TOKEN
  4. Create a repository secret named DOCKERHUB_USERNAME with your Docker Hub username:

    DOCKERHUB_USERNAME
  5. Create a repository secret named DOCKERHUB_TOKEN with your Docker Hub Access Token:

    image
Clone this wiki locally