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 1c4e790 commit 491608c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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 @@ -51,3 +49,5 @@ jobs:
- name: Deploy to ReSDK
run: |
gh workflow run --repo Relicta-Team/ReSDK_A3.vr DeployRBuilder
env:
GITHUB_TOKEN: ${{ env.RBUILDER_DEPLOY_TOKEN }}

0 comments on commit 491608c

Please sign in to comment.