[CI]: post apps-v2 on main instead of nightly

This commit is contained in:
Magesh K
2024-12-30 04:21:46 +05:30
parent 5416deddbe
commit 51f2588d3c

View File

@@ -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'