File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ runs:
130130 fi
131131 echo "::endgroup::"
132132
133- echo "::group::Authenticating with apk.cgr.dev as ${{ env.IDENTITY }}"
133+ echo "::group::Authenticating with ${{ inputs.apk-host }} as ${{ env.IDENTITY }}"
134134 if ! chainctl auth login --identity "${{ env.IDENTITY }}" --audience ${{ inputs.apk-host }} -v=${{ env.VERBOSITY }}; then
135135 echo "::error Unable to assume the identity ${{ env.IDENTITY }} for ${{ inputs.apk-host }}."
136136 exit 1
@@ -146,7 +146,7 @@ runs:
146146
147147 if [ "${{ env.EXPORT_AUTH }}" == "true" ]; then
148148 echo "::group::Exporting HTTP_AUTH environment variable for ${{ inputs.apk-host }}"
149- echo HTTP_AUTH="basic:apk.cgr.dev :user:$(chainctl auth token --audience ${{ inputs.apk-host }})" >> $GITHUB_ENV
149+ echo HTTP_AUTH="basic:${{ inputs.apk-host }} :user:$(chainctl auth token --audience ${{ inputs.apk-host }})" >> $GITHUB_ENV
150150 echo "::endgroup::"
151151 fi
152152
You can’t perform that action at this time.
0 commit comments