Skip to content

Commit d075e1b

Browse files
committed
[skip ci] add artifactory creds
1 parent 4b1e77f commit d075e1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-branch.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)