Skip to content

Conversation

@kevinhoangpq
Copy link

@kevinhoangpq kevinhoangpq commented Feb 20, 2025

What happened 👀

  • Create development environment and its workflow

Insight 📝

  • N/A

Proof Of Work 📹

Screenshot 2025-02-20 at 4 44 15 PM

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/558-workflow-for-firebase-deployment-to-development-environment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

ENV: ${{ secrets.ENV }}
run: |
touch .env
echo $ENV | base64 --decode > .env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to not using base 64 here

Suggested change
echo $ENV | base64 --decode > .env
echo "$ENV" > .env

@kevinhoangpq kevinhoangpq force-pushed the feature/558-workflow-for-firebase-deployment-to-development-environment branch from 08c1f8a to e37c4ff Compare April 28, 2025 08:04
@kevinhoangpq kevinhoangpq force-pushed the feature/558-workflow-for-firebase-deployment-to-development-environment branch from e37c4ff to e53bdd4 Compare June 3, 2025 06:53
@minhnimble minhnimble force-pushed the feature/558-workflow-for-firebase-deployment-to-development-environment branch from e53bdd4 to e8d081d Compare October 24, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants