Skip to content

Commit

Permalink
Update track.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Aug 24, 2024
1 parent ca6a88c commit 8141389
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ jobs:
track:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: "Wumpus-Central/midroid-backend"
ref: "main"
token: ${{ secrets.GH_TOKEN }}
path: "backend"

- run: ./bootstrap.sh
working-directory: backend

- run: RELEASE_CHANNEL=alpha ./start.sh
working-directory: backend
env:
GITHUB_TOKEN: ${{ github.token }}
USES_ACTIONS: "1"

0 comments on commit 8141389

Please sign in to comment.