File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ jobs:
5353
5454 # Use bob to download artifacts from Artifactory
5555 - name : Download artifacts
56+ env :
57+ BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
58+ BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
5659 run : |
5760 bob download artifactory \
58- -token=${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }} \
59- -user=${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }} \
6061 -channel ${{ env.CHANNEL }} \
6162 -commit=${{ env.SHA }} \
6263 -product-name=${{ env.PRODUCT }} \
Original file line number Diff line number Diff line change @@ -64,10 +64,11 @@ jobs:
6464
6565 # Use bob to download SHA256SUMS file from Artifactory
6666 - name : Download artifacts
67+ env :
68+ BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
69+ BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
6770 run : |
6871 bob download artifactory \
69- -token=${{ secrets.ARTIFACTORY_TOKEN }} \
70- -user=${{ secrets.ARTIFACTORY_USER }} \
7172 -channel ${{ inputs.channel }} \
7273 -commit=${{ inputs.sha }} \
7374 -product-name=${{ inputs.product }} \
You can’t perform that action at this time.
0 commit comments