File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
set-vendir-channels-path-to-imgpkg-bundle Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 44
55CHANNEL_NAME=$1
66IMGPKG_BUNDLE_IMAGE=$2
7- BASE_PATH=$3
7+ BEARER_TOKEN=$3
8+ BASE_PATH=$4
89
910mkdir -p " $BASE_PATH "
1011cd " $BASE_PATH "
@@ -29,3 +30,5 @@ yq -i "
2930 )
3031 | .directories |= sort_by(.path == \" channels\" | not)
3132" " $VENDIR_FILE "
33+
34+ vendir sync
Original file line number Diff line number Diff line change 88 imgpkg_bundle_image :
99 description : " The imgpkg bundle image."
1010 required : true
11+ bearer_token :
12+ description : Optional bearer token for authentication.
13+ required : false
1114 path :
1215 description : " The base directory path where vendir.yml is located."
1316 required : false
1922 args :
2023 - ${{ inputs.channel_name }}
2124 - ${{ inputs.imgpkg_bundle_image }}
25+ - ${{ inputs.bearer_token }}
2226 - ${{ inputs.path }}
You can’t perform that action at this time.
0 commit comments