diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ed886ea6..79aaaf32 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -257,8 +257,8 @@ jobs: # Repository name with owner. For example, actions/checkout # Default: ${{ github.repository }} repository: 'SideStore/apps-v2.json' - # ref: 'main' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? - ref: 'nightly' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? + ref: 'main' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? + # ref: 'nightly' # TODO: use branches for alpha and beta tracks? so as to avoid push collision? # token: ${{ github.token }} token: ${{ secrets.APPS_DEPLOY_KEY }} path: 'SideStore/apps-v2.json'