Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobas committed Sep 4, 2024
1 parent 706ea31 commit de6fa47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
deploy:
name: Build
runs-on: windows-latest
env:
GH_TOKEN: ${{secrets.TOKEN}}
steps:
# - name: Setup Python
# uses: actions/setup-python@v3.1.4
Expand Down Expand Up @@ -48,7 +50,4 @@ jobs:
# github-token: ${{secrets.TOKEN}}
- name: Deploy to ReSDK
run: |
gh workflow run --repo RelictaTeam/ReSDK_A3.vr DeployRBuilder --ref main
env:
GH_TOKEN: ${{secrets.TOKEN}}

gh workflow run --repo RelictaTeam/ReSDK_A3.vr DeployRBuilder

0 comments on commit de6fa47

Please sign in to comment.