Skip to content

Commit e0c71e8

Browse files
author
Liyang Wang
committed
fix(release.yml): update token name for container image scan configuration
1 parent b93615c commit e0c71e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ jobs:
226226
uses: ibm-skills-network/action-scan-container-image@main
227227
with:
228228
image: ${{ inputs.image }}:scan-${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }}
229-
travis_api_token: ${{ secrets.TRAVIS_API_TOKEN }}
230-
image_scan_result_cos_api_token: ${{ secrets.CONTAINER_IMAGE_SCAN_RESULT_COS_API_KEY }}
229+
image_scan_cos_sps_toolchain_api_token: ${{ secrets.CONTAINER_IMAGE_SCAN_RESULT_COS_API_KEY }}
231230
fail_if_overdue: ${{ inputs.scan_fail_if_overdue }}
232231

233232
- name: Check image exist on ICR

0 commit comments

Comments
 (0)