Skip to content

Commit

Permalink
EA-1616 Deployment action (#4)
Browse files Browse the repository at this point in the history
Add a GitHub token for authentication when deploying.
  • Loading branch information
kylewadebwell authored Oct 1, 2024
1 parent be05f88 commit b43e2fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
git config user.name "bwell-dev"
- name: Build and Deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy

0 comments on commit b43e2fb

Please sign in to comment.