From 1a2f0c7ae0120bc83551fa715b399836a0692018 Mon Sep 17 00:00:00 2001 From: Alvaro Faundez Date: Mon, 4 May 2020 00:30:03 -0400 Subject: [PATCH] Add supermarket api --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1368358..17905ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,5 +12,5 @@ jobs: uses: actions/checkout@master - name: Run Chef Supermarket Share uses: afaundez/chef-supermarket-action@master - with: - key: ${{ secrets.supermarketKey }} + secrets: + - SUPERMARKET_API_KEY