File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ jobs:
291291 name : Build and Generate Assertion Document
292292 runs-on : ubuntu-22.04
293293 needs : [build-and-upload-packages]
294+ continue-on-error : true
294295 permissions :
295296 contents : read
296297 strategy :
@@ -337,9 +338,9 @@ jobs:
337338 builder-id : ' github.com'
338339 builder-version : ' ${{env.GO_VERSION}}_test'
339340 invocation-id : ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
340- artifactory-user : ${{ inputs .ARTIFACTORY_USER }}
341- artifactory-api-token : ${{ inputs .ARTIFACTORY_TOKEN }}
342- artifactory-url : ${{ inputs .ARTIFACTORY_URL }}
341+ artifactory-user : ${{ secrets .ARTIFACTORY_USER }}
342+ artifactory-api-token : ${{ secrets .ARTIFACTORY_TOKEN }}
343+ artifactory-url : ${{ secrets .ARTIFACTORY_URL }}
343344 artifactory-repo : ' f5-nginx-go-local-approved-dependency'
344345 assertion-doc-file : assertion_nginx-agent_${{ inputs.packageVersion }}_${{ matrix.osarch }}.json
345346 build-content-path : ${{ env.goversionm }}
You can’t perform that action at this time.
0 commit comments