Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/sunrise_public/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Feb 5, 2025
2 parents 255ac9f + ad05977 commit 5185c13
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:
- name: Checkout SunrisePrivate
uses: actions/checkout@v2
with:
repository: ${{ secrets.SUNRISE_PRIVATE_REPO_URL }}
repository: ${{ secrets.SUNRISE_PRIVATE_REPO }}
path: SunrisePrivate
ssh-key: ${{ secrets.SUNRISE_SSH_KEY }}
ssh-key: ${{ secrets.SUNRISE_PRIVATE_REPO_SSH_KEY }}

- name: Move SunrisePrivate files
run: python3 Tools/_sunrise/move_sunrise_private.py
env:
SUNRISE_SSH_KEY: ${{ secrets.SUNRISE_SSH_KEY }}
SUNRISE_PRIVATE_REPO_URL: ${{ secrets.SUNRISE_PRIVATE_REPO_URL }}

- name: Setup .NET Core
uses: actions/[email protected]
Expand Down

0 comments on commit 5185c13

Please sign in to comment.