Skip to content

Commit

Permalink
fix: add double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxeno committed Dec 8, 2023
1 parent c073470 commit 9938fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
NEXT_PUBLIC_AUTH_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
NEXT_PUBLIC_GITHUB_API_URL: https://api.github.com
NEXT_PUBLIC_GITHUB_API_URL: "https://api.github.com"

0 comments on commit 9938fdd

Please sign in to comment.