GithubHelp home page GithubHelp logo

eas-inject-env-action's Introduction

sebous/eas-inject-env-action

Tests

GitHub Action for injecting environment variables or secrets into eas.json file before running eas submit command.

Inputs

Required

  • eas_env: environment in eas.json file found under the build property. Example production
  • eas_json_path: path to eas.json file. Example ./eas.json
  • env_vars: An (optionally) multi-line string containing environment variable definitions in the form NAME=value.

Examples

Single value

- uses: sebous/eas-inject-env-action
  with:
    eas_env: production
    eas_json_path: ./eas.json
    env_vars: API_KEY=123 

Multiple values

- uses: sebous/eas-inject-env-action
  with:
    eas_env: staging
    eas_json_path: ./eas.json
    env_vars: |- 
      API_KEY=${{ env.API_KEY }}
      ENV=production
      SECRET=${{ secrets.SECRET }} 

eas-inject-env-action's People

Contributors

sebous avatar

Stargazers

Aron Berezkin avatar Matěj Polák avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.