Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e8b1205cb | |||
| 4c10f036f6 |
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
# 4. Upload SourceMaps to GlitchTip
|
||||
- name: Upload SourceMaps to GlitchTip
|
||||
uses: getsentry/action-release@v1
|
||||
uses: https://gitee.com/mirrors_iBotPeaches/action-release@v1
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.GLITCHTIP_TOKEN }}
|
||||
SENTRY_URL: ${{ secrets.GLITCHTIP_URL }}
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
# 6. Install SSH key
|
||||
- name: Install SSH Key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
uses: https://gitee.com/mirrors_muesli/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SERVER_SSH_KEY }}
|
||||
known_hosts: unnecessary # Automatically confirm first connection
|
||||
|
||||
Reference in New Issue
Block a user