• 1.0.0 86754bc596

    v1.0.0 Stable

    OnlyAti released this 2026-03-01 21:48:41 +00:00 | 21 commits to main since this release

    Woodpecker plugin to assign package to repository

    This repository assign package to repository. If the package is already assigned
    to a different one, first it unlink the repository.

    Usage

    It can be used at any event.

    steps:
      - name: Assign package to repository
        image: git.thinkaboutit.tech/pandora/assign-package.woodpecker
        settings:
          package_type: container
          ci_user:
            from_secret: ci-user
          ci_password:
            from_secret: ci-password
          debug: true
    

    Settings

    Name Default value Description
    owner CI_REPO_OWNER Owner of package and repository
    repo_name CI_REPO_NAME Name of repository
    package_name CI_REPO_NAME Name of package
    package_type Type of the package
    ci_user User for repository
    ci_password Personal access token for repository
    Downloads