Skip to content

Commit

Permalink
Hotfix: Running code without Github token (because it expired after d…
Browse files Browse the repository at this point in the history
…eployment)
  • Loading branch information
breenatheseira committed Jul 4, 2024
1 parent e9185fb commit cbacde2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
USERNAME: ${{ github.repository_owner }}
VITE_REPO_NAME: /${{ github.event.repository.name }}/
VITE_API_URL: ${{ github.api_url }}
VITE_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# VITE_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
# Single deploy job since we're just deploying
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Community Open Source Projects</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions public/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbacde2

Please sign in to comment.