File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33name : Release [Manual]
44on : workflow_dispatch
55permissions :
6- contents : write
6+ contents : read, write
77 id-token : write
88jobs :
99 Release :
1414 # fetch-depth is necessary to get all tags
1515 # otherwise lerna can't detect the changes and will end up bumping the versions for all packages
1616 fetch-depth : 0
17- token : ${{ secrets.GITHUB_TOKEN }}
17+ token : ${{ secrets.RELEASE_COMMIT_GH_PAT }}
1818 - name : Setup Node
1919 uses : actions/setup-node@v3
2020 with :
4141 npm config set provenance true
4242 HUSKY=0 npx semantic-release
4343 env :
44- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+ GH_TOKEN : ${{ secrets.RELEASE_COMMIT_GH_PAT }}
Original file line number Diff line number Diff line change 11{
2- "name" : " lb4-llm-chat-component. " ,
2+ "name" : " lb4-llm-chat-component" ,
33 "version" : " 1.11.0" ,
44 "description" : " Package to integrate LLM based capabilities into any loopback4 application" ,
55 "keywords" : [
You can’t perform that action at this time.
0 commit comments