Skip to content

Commit

Permalink
trigger @colyseus/cloud deployment on push (requires '.colyseus-cloud…
Browse files Browse the repository at this point in the history
….json') file on git
  • Loading branch information
endel committed Apr 30, 2024
1 parent ab4e295 commit eac2da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/colyseus-cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
applicationId: ${{ vars.APPLICATION_ID }}
token: ${{ vars.TOKEN }}
applicationId: ${{ secrets.APPLICATION_ID }}
token: ${{ secrets.TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit eac2da7

Please sign in to comment.