Skip to content

Commit

Permalink
Make GitHub token available
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jun 11, 2024
1 parent dc7e27b commit 8ab139e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:

- name: Run deploy script
run: npm run deploy
working-directory: app
working-directory: app
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ab139e

Please sign in to comment.