test repository
  • Go 69.1%
  • Shell 24%
  • Dockerfile 6.9%
Find a file
2026-03-21 16:56:15 +01:00
.woodpecker Move repo from Gitea to Forgejo (#3) 2026-03-21 14:48:05 +00:00
.gitignore initial commit 2026-03-01 21:51:02 +01:00
.goreleaser.yaml fiy arch typo and remove unrelevant options fro goreleaser 2026-03-01 23:25:42 +01:00
.markdownlint.json Initial commit 2026-03-01 10:02:03 +01:00
.prettierrc Initial commit 2026-03-01 10:02:03 +01:00
Containerfile Update gcr.io/distroless/static-debian13:nonroot Docker digest to 64c4368 (#2) 2026-03-17 19:17:39 +01:00
go.mod initial commit 2026-03-01 21:51:02 +01:00
logger.go initial commit 2026-03-01 21:51:02 +01:00
main.go forgejo does not have get latest version 2026-03-21 16:56:15 +01:00
README.md Move repo from Gitea to Forgejo (#3) 2026-03-21 14:48:05 +00:00
renovate.json renovate ignore package and ci files 2026-03-05 00:04:04 +01:00
test.sh initial commit 2026-03-01 21:51:02 +01:00

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: code.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