Skip to content

Commit

Permalink
fix: configuration in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxeno committed Dec 7, 2023
1 parent d2fcbef commit e3aae68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main

env:
NEXT_PUBLIC_AUTH_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
NEXT_PUBLIC_GITHUB_API_URL: https://api.github.com

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3aae68

Please sign in to comment.