mirror of
https://invisible.forgejo.org/infrastructure/next-digest
synced 2026-06-15 21:05:24 +00:00
Read-only and used as an action
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| digest | ||
| .gitignore | ||
| action.yml | ||
| README.md | ||
| renovate.json | ||
| vX-instance-template.yaml | ||
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, collaborator with write access. 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://invisible.forgejo.org/infrastructure/next-digest@v1.1.0
with:
url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@invisible.forgejo.org/infrastructure/next-digest
ref_name: '${{ github.ref_name }}'
image: 'codeberg.org/forgejo-experimental/forgejo'
tag_suffix: '-rootless'