File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 99permissions :
1010 contents : write # to be able to publish a GitHub release
1111 id-token : write # to enable use of OIDC for npm provenance
12+ issues : write # to be able to comment on released issues
13+ pull-requests : write # to be able to comment on released pull requests
14+ packages : write # to be able to publish a GitHub Packages
1215
1316jobs :
1417 git-tag-modify-helm-chart :
1518 name : Helm Chart Github Tags
1619 uses : " openmcp-project/blueprint-building-blocks/.github/workflows/git-tag-modified-helm-chart.yml@main"
1720 secrets : inherit
21+ git-release-create :
22+ name : Release Create
23+ uses : " openmcp-project/blueprint-building-blocks/.github/workflows/git-tag-modified-helm-chart.yml@main"
24+ secrets : inherit
1825 release :
1926 name : Release
20- runs-on : ubuntu-latest
21- permissions :
22- contents : write # to be able to publish a GitHub release
23- issues : write # to be able to comment on released issues
24- pull-requests : write # to be able to comment on released pull requests
25- id-token : write # to enable use of OIDC for npm provenance
26- packages : write # to be able to publish a GitHub Packages
27+ runs-on : ubuntu-latest
2728 steps :
2829 - name : Checkout
2930 uses : actions/checkout@v4
4748 env :
4849 GITHUB_TOKEN : ${{ secrets.CO_GOLDEN_PATH_SERVICEUSER_GH_TOKEN }}
4950 run : npx semantic-release
50- git-release-create :
51- uses : " openmcp-project/blueprint-building-blocks/.github/workflows/gh-pages-release.yml@main"
52- name : Helm Chart Github Releases
53- needs : release
54- secrets : inherit
5551
You can’t perform that action at this time.
0 commit comments