Passing env variables in GitHub actions #9064
|
Hi, I am using GitHub actions for CI/CD for my CRA. This works well on local but fails the CI/CD because the |
Replies: 3 comments 8 replies
|
I found this result by Googleing Also see @rahul-sharma-nyz comment about keeping the secret from being exposed. |
|
@rahul-sharma-nyz |
|
on: jobs: |
I found this result by Googleing
github actions environment variables: https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variablesAlso see @rahul-sharma-nyz comment about keeping the secret from being exposed.