Skip to content

GitHub Action to configure workflow with environment from EnvKey (https://www.envkey.com/)

License

Notifications You must be signed in to change notification settings

manuelmeurer/envkey-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envkey-action

GitHub Action to configure workflow with environment from EnvKey (https://www.envkey.com/)

Usage:

on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Configure Environment
      env:
        ENVKEY: ${{ secrets.ENVKEY }}
      uses: rojopolis/envkey-action@master
    - name: Show environment
      run: env

About

GitHub Action to configure workflow with environment from EnvKey (https://www.envkey.com/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.8%
  • Dockerfile 29.2%