Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstated env variables #99

Merged
merged 10 commits into from
Aug 15, 2024
Merged

Reinstated env variables #99

merged 10 commits into from
Aug 15, 2024

Conversation

AlexVOiceover
Copy link
Collaborator

@AlexVOiceover AlexVOiceover commented Aug 14, 2024

Description

Added environment on yml.

jobs:
  build:
    environment: github-pages
    runs-on: ubuntu-latest

Forced to retrieve the secrets also on yml.

          VITE_BASE_URL: ${{ secrets.VITE_BASE_URL }}
          VITE_SUPABASE_URL: ${{ secrets.VITE_SUPABASE_URL }}
          VITE_SUPABASE_ANON_KEY: ${{ secrets.VITE_SUPABASE_ANON_KEY }}

Fixed camel image by importing

import camelImage from '/camel_logo.png'
src = {camelImage}

@oskarprzybylski23 oskarprzybylski23 merged commit 6885cd9 into main Aug 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants