2 Commits

Author SHA1 Message Date
6e8b1205cb '...'
Some checks failed
Pro-CI-CD-Pipeline / build-and-deploy (push) Has been cancelled
2026-04-08 13:59:27 +08:00
4c10f036f6 '无语了都'
Some checks failed
Pro-CI-CD-Pipeline / build-and-deploy (push) Has been cancelled
2026-04-08 13:57:52 +08:00

View File

@@ -37,7 +37,7 @@ jobs:
# 4. Upload SourceMaps to GlitchTip # 4. Upload SourceMaps to GlitchTip
- name: Upload SourceMaps to GlitchTip - name: Upload SourceMaps to GlitchTip
uses: getsentry/action-release@v1 uses: https://gitee.com/mirrors_iBotPeaches/action-release@v1
env: env:
SENTRY_AUTH_TOKEN: ${{ secrets.GLITCHTIP_TOKEN }} SENTRY_AUTH_TOKEN: ${{ secrets.GLITCHTIP_TOKEN }}
SENTRY_URL: ${{ secrets.GLITCHTIP_URL }} SENTRY_URL: ${{ secrets.GLITCHTIP_URL }}
@@ -54,7 +54,7 @@ jobs:
# 6. Install SSH key # 6. Install SSH key
- name: Install SSH Key - name: Install SSH Key
uses: shimataro/ssh-key-action@v2 uses: https://gitee.com/mirrors_muesli/ssh-key-action@v2
with: with:
key: ${{ secrets.SERVER_SSH_KEY }} key: ${{ secrets.SERVER_SSH_KEY }}
known_hosts: unnecessary # Automatically confirm first connection known_hosts: unnecessary # Automatically confirm first connection