There was an error while loading. Please reload this page.
1 parent 7554213 commit 3d1721cCopy full SHA for 3d1721c
1 file changed
.github/workflows/cd.yml
@@ -173,12 +173,11 @@ jobs:
173
- name: Sign eap-file
174
run: |
175
cd build
176
- ls -la
177
RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
178
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
179
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
180
--upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
181
- -w "%{http_code}\n" -v -o /dev/null --http1.1)
+ -w "%{http_code}\n" -v -o /dev/null)
182
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
183
- name: Check that acap has been signed
184
0 commit comments