Use helm specific PAT

This commit is contained in:
Oliver Günther
2025-12-22 11:25:16 +01:00
parent 4a678a45ff
commit 2d9518c724
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
steps:
- name: Trigger Helm charts release
env:
TOKEN: ${{ secrets.OPENPROJECT_CI_TOKEN }}
TOKEN: ${{ secrets.OPENPROJECTCI_HELM_CHARTS_TRIGGER_TOKEN }}
REPOSITORY: opf/helm-charts
WORKFLOW_ID: core_release.yml
TAG: ${{ needs.compute-inputs.outputs.tag }}