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 e73d189 commit 706ea31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
env:
RBUILDER_DEPLOY_TOKEN: ${{secrets.TOKEN}}
SHA_FULL: ${{ github.sha }}
GH_TOKEN: ${{ secrets.token }}

jobs:

Expand Down Expand Up @@ -48,8 +47,8 @@ jobs:
# commit-msg: RBuilder ${{ steps.rbuilder_compiler.outputs.RBUILDER_FULL_VERSION }}
# 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}}
run: |
gh workflow run --repo RelictaTeam/ReSDK_A3.vr DeployRBuilder

0 comments on commit 706ea31

Please sign in to comment.