Skip to content

Shares cookbook on the public supermarket

License

Notifications You must be signed in to change notification settings

afaundez/chef-supermarket-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

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chef Supermarket Action

Shares cookbook on the public supermarket.

Workflow example

name: chef supermaket
on:
  release:
    types: [published]

jobs:
  share:
    runs-on: ubuntu-latest

    steps:
      - name: Check out code
        uses: actions/checkout@master
      - name: Run Chef Supermarket Share
        uses: afaundez/chef-supermarket-action@master
        secrets:
          - SUPERMARKET_API_KEY
        with:
          cookbook: <the cookbook name>
          category: <the category>
          user: <the supermarket username>

About

Shares cookbook on the public supermarket

Resources

License

Stars

Watchers

Forks

Packages

No packages published