Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmwu authored Oct 16, 2024
1 parent 8ca9912 commit 4d82d14
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 @@ -32,7 +32,7 @@ jobs:
- name: Upload to gh-pages
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TZ: America/Los_Angeles
run: |
npm run deploy -- -r https://$GH_TOKEN@github.com/uclaacm/hack.uclaacm.com.git
npm run deploy -- -r https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/uclaacm/hack.uclaacm.com.git

0 comments on commit 4d82d14

Please sign in to comment.