We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f36b5 commit c860cffCopy full SHA for c860cff
.github/workflows/cd.yml
@@ -176,9 +176,8 @@ jobs:
176
RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
177
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
178
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
179
- --limit-rate 900K \
180
--upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
181
- -w "%{http_code}\n" -o /dev/null --http1.1)
+ -w "%{http_code}\n" -v -o /dev/null --http1.1)
182
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
183
- name: Check that acap has been signed
184
run: |
0 commit comments