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 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
I found this result by Googleing Also see @rahul-sharma-nyz comment about keeping the secret from being exposed. |
Beta Was this translation helpful? Give feedback.
-
|
@rahul-sharma-nyz |
Beta Was this translation helpful? Give feedback.
-
|
on: jobs: |
Beta Was this translation helpful? Give feedback.
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.