We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9c0bb3 + ee1d6ca commit 1c64f64Copy full SHA for 1c64f64
.github/workflows/sync-extension.yml
@@ -80,7 +80,10 @@ jobs:
80
fi
81
82
echo " Downloading from: $TARBALL_URL"
83
- curl -L -H "Authorization: token ${{ secrets.SENTIENCE_CHROME_TOKEN }}" \
+ # Use Accept header for private repos to get the asset directly
84
+ curl -L \
85
+ -H "Authorization: token ${{ secrets.SENTIENCE_CHROME_TOKEN }}" \
86
+ -H "Accept: application/octet-stream" \
87
"$TARBALL_URL" -o extension-files.tar.gz
88
89
# Verify download
0 commit comments