From 7ca9c704133cde59745028a2d3f20a81d8956510 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 19 Jul 2020 03:49:31 +0200 Subject: [PATCH] use correct env var MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a7d1db..ce22afa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,6 +115,6 @@ jobs: username: ${{ secrets.REDDIT_USERNAME }} password: ${{ secrets.REDDIT_PASSWORD }} app-id: ${{ secrets.REDDIT_APP_ID }} - app-secret: ${{ secrets.REDDIT_APP_SECRET }} + app-secret: ${{ secrets.REDDIT_API_SECRET }} subreddit: ${{ secrets.REDDIT_SUBREDDIT }} url: https://github.com/metio/ilo/releases/tag/${{ steps.release.outputs.version }} -- 2.11.4.GIT