keep it for the record, the repository was moved to a private Forgejo instance
This repository has been archived on 2025-04-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Forgejo f4c731a1bf
All checks were successful
/ digest (push) Successful in 4s
update digest from v11.0-test
2025-04-28 23:18:02 +00:00
.forgejo/workflows action: HelmRelease.metadata.name is forgejo-v{MAJOR} 2024-11-01 09:53:31 +01:00
digest update digest from v11.0-test 2025-04-28 23:18:02 +00:00
.gitignore add v8.yaml 2024-10-29 19:14:06 +01:00
action.yml action: HelmRelease.metadata.name is forgejo-v{MAJOR} 2024-11-01 09:53:31 +01:00
README.md README: fix another typo in the example 2024-10-31 12:29:28 +01:00
renovate.json Add renovate.json 2024-11-07 15:33:27 +00:00
vX-template.yaml action: HelmRelease.metadata.name is forgejo-v{MAJOR} 2024-11-01 09:53:31 +01:00

The content of the digest directory is copied to the k8s-cluster digest directory from the main branch on every push. It will indirectly trigger an update of the matchin v*.next.forgejo.org instance if needed.

The token used to write in this repository must be obtained from the forgejo-next-digest service account, member of the next-digest team. It has no known password or valid email. Login as forgejo-next-digest can only be done by reseting the password from the admin interface.

The Forgejo publish workflow is expected to write in this repository using a token obtained from forgejo-next-digest when pushing a new release to the forgejo-experimental organization. For instance:

  - uses: https://code.forgejo.org/infrastructure/next-digest@v1.0.0
    with:
      url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@code.forgejo.org/infrastructure/next-digest
      ref_name: '${{ github.ref_name }}'
      image: 'codeberg.org/forgejo-experimental/forgejo'
      tag_suffix: '-rootless'