File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 description : " Optimum version to update"
1111 required : true
1212 type : string
13- secrets :
14- REBEL_PYPI_USERNAME :
15- required : true
16- REBEL_PYPI_PASSWORD :
17- required : true
18- REBEL_SW_DEVELOP_USERNAME :
19- required : true
20- REBEL_SW_DEVELOP_PASSWORD :
21- required : true
22- GIT_PAT :
23- required : true
13+
2414jobs :
2515 create-pr :
2616 runs-on : ubuntu-latest-rbln
Original file line number Diff line number Diff line change 7171 with :
7272 python-version : ${{ inputs.python-version }}
7373 optimum-version : ${{ needs.check-skip.outputs.target-version }}
74- secrets :
75- REBEL_PYPI_USERNAME : ${{ secrets.REBEL_PYPI_USERNAME }}
76- REBEL_PYPI_PASSWORD : ${{ secrets.REBEL_PYPI_PASSWORD }}
77- REBEL_SW_DEVELOP_USERNAME : ${{ secrets.REBEL_SW_DEVELOP_USERNAME }}
78- REBEL_SW_DEVELOP_PASSWORD : ${{ secrets.REBEL_SW_DEVELOP_PASSWORD }}
79- GIT_PAT : ${{ secrets.GIT_PAT }}
74+ secrets : inherit
8075
8176 summary :
8277 runs-on : ubuntu-latest-rbln
You can’t perform that action at this time.
0 commit comments