File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 path : ./build
2323 build_id : " ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}"
24+ github_token : " ${{secrets.GITHUB_TOKEN}}"
Original file line number Diff line number Diff line change 55 description : " Directory containing the files to upload"
66 required : true
77 build_id :
8- description : " Path on fileserver to put artifacts under: ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}"
8+ description : " Path on fileserver to put artifacts under: github.repository - github.run_id - github.run_attempt"
9+ required : true
10+ github_token :
11+ description : " The secrets.GITHUB_TOKEN variable in the workflow"
912 required : true
1013 fileserver_url :
1114 description : " Server to use for upload"
2831 BUILD_DIR : ${{ inputs.path }}
2932 BUILD_ID : ${{ inputs.build_id}}
3033 FILE_SERVER : ${{ inputs.fileserver_url }}
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34+ GITHUB_TOKEN : ${{ inputs.github_token }}
3235 UPLOAD_THREADS : ${{ inputs.upload_threads }}
3336 shell : bash
3437 run : ./publish_artifacts.py
You can’t perform that action at this time.
0 commit comments