Fix coverage upload credentials retrieval (#2001)

This commit is contained in:
Kirill Bulatov
2022-06-27 20:41:09 +03:00
committed by GitHub
parent 8a714f1ebf
commit dd61f3558f

View File

@@ -323,7 +323,7 @@ jobs:
REPORT_URL=https://${{ github.repository_owner }}.github.io/neon-coverage-data/$COMMIT_SHA
scripts/git-upload \
--repo=https://$VIP_VAP_ACCESS_TOKEN@github.com/${{ github.repository_owner }}/neon-coverage-data.git \
--repo=https://${{ secrets.VIP_VAP_ACCESS_TOKEN }}@github.com/${{ github.repository_owner }}/neon-coverage-data.git \
--message="Add code coverage for $COMMIT_URL" \
copy /tmp/neon/coverage/report $COMMIT_SHA # COPY FROM TO_RELATIVE