From baa6909f8dd6ad81c75155902da1e09f483940a6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Sep 2020 16:58:43 +0100 Subject: [PATCH] Fix unsplash access key variable name --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d6114e..38c812c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: FLICKR_API_KEY: ${{ secrets.FLICKR_API_KEY }} FLICKR_USER_ID: ${{ secrets.FLICKR_USER_ID }} - UNSPLASH_API_KEY: ${{ secrets.UNSPLASH_API_KEY }} + UNSPLASH_ACCESS_KEY: ${{ secrets.UNSPLASH_ACCESS_KEY }} jobs: docker: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e92a24..31e0d4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: env: FLICKR_API_KEY: ${{ secrets.FLICKR_API_KEY }} FLICKR_USER_ID: ${{ secrets.FLICKR_USER_ID }} - UNSPLASH_API_KEY: ${{ secrets.UNSPLASH_API_KEY }} + UNSPLASH_ACCESS_KEY: ${{ secrets.UNSPLASH_ACCESS_KEY }} jobs: build: