Skip to content

Commit

Permalink
fix env in deploy worker script
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Jan 22, 2025
1 parent 605fae0 commit 6895bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-sync-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes
- develop
env:
API_TOKEN: ${{ secrets.API_TOKEN }}
# env:
# API_TOKEN: ${{ secrets.API_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6895bce

Please sign in to comment.