mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
Update README files in multiple languages to include Instagram and TikTok as new data sources for live scraping, enhancing the platform's competitive intelligence capabilities.
This commit is contained in:
parent
ab5970fab1
commit
1bc7d9f51c
6 changed files with 35 additions and 10 deletions
15
.github/workflows/desktop-release.yml
vendored
15
.github/workflows/desktop-release.yml
vendored
|
|
@ -75,6 +75,21 @@ jobs:
|
|||
echo "Windows signing: skipped"
|
||||
fi
|
||||
|
||||
- name: Verify Apple notarization credentials
|
||||
if: matrix.os == 'macos-latest'
|
||||
shell: bash
|
||||
# Fails in seconds with the same 401 notarytool would throw after the
|
||||
# full build, instead of wasting ~15 min of build time on bad secrets.
|
||||
run: |
|
||||
xcrun notarytool history \
|
||||
--apple-id "$APPLE_ID" \
|
||||
--password "$APPLE_APP_SPECIFIC_PASSWORD" \
|
||||
--team-id "$APPLE_TEAM_ID" > /dev/null
|
||||
env:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue