From b24ac0ec4a96b00e9341f25c368334950ce5b14c Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sun, 24 Jan 2021 20:51:37 +0000 Subject: [PATCH] Correctly pass through Imgur secrets --- .github/workflows/django.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index f22d020c..eec2444d 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -8,10 +8,12 @@ on: jobs: build: - + env: + IMGUR_UPLOAD_CLIENT_ID: ${{ secrets.IMGUR_UPLOAD_CLIENT_ID }} + IMGUR_UPLOAD_CLIENT_SECRET: ${{ secrets.IMGUR_UPLOAD_CLIENT_SECRET }} runs-on: ubuntu-latest strategy: - max-parallel: 4 + max-parallel: 1 matrix: python-version: [3.8]