File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 required : false
1212 NX_CLOUD_ACCESS_TOKEN :
1313 required : false
14- GH_PAT :
15- required : false
1614 inputs :
1715 root_dir :
1816 description : " path to project root"
@@ -312,8 +310,6 @@ jobs:
312310 runner : ${{ inputs.runner }}
313311 artifact_path : ${{ inputs.artifact_path }}
314312 tool : ${{ inputs.tool }}
315- secrets :
316- GH_PAT : ${{ secrets.GH_PAT }}
317313
318314 publish_firefox_extension :
319315 if : ${{ github.event_name == 'push' && inputs.addon_guid != '' && inputs.xpi_path != '' }}
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: publish python libraries
22
33on :
44 workflow_call :
5- secrets :
6- GH_PAT :
7- required : true
85 inputs :
96 runner :
107 description : " workflow-runner"
8683 echo "::notice::[PyPI] Created and pushed tag ${{ steps.extract_version.outputs.release_tag }}"
8784 fi
8885 env :
89- GH_TOKEN : ${{ secrets.GH_PAT }}
86+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments