jellyfin / jellyfin-helm

Kubernetes Helm Chart for Jellyfin
GNU General Public License v2.0
25 stars 18 forks source link

fix(ci): :bug: use PAT to push #24

Closed Supporterino closed 2 months ago

Supporterino commented 2 months ago

The builtin token used to push to the repository doesn't trigger downstream jobs like the release job. The workaround is to create a PAT on the group and set it as a secret named PAT to the repo.

Supporterino commented 2 months ago

@crobibero Changes are in :)