Skip to content

davidSchuppa/base64Secret-toFile-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

base64Secret-toFile-action

This Github action helps reading a base64 encoded file, decode it and puts it on the defined path. If the directory doesn't exists, it creates it.

Simple example

steps:
  - name: Action 1
    uses: ...

  - name: Action 2
    run: ...

  - name: Decode secret
    uses: davidSchuppa/base64Secret-toFile-action@v1
    with:
        secret: ${{ secrets.MY_AWESOME_SECRET_KEY }}
        filename: myFile.txt
        destination-path: ~/dirForMyFile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published