From 592d25b5f415cdc766cc314205fa8fc837d31e90 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:37:58 -0400 Subject: [PATCH] ci: use vars for REDDIT_SUBREDDIT --- .github/workflows/__social-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index ceac45db..25f07aad 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -87,7 +87,7 @@ jobs: password: ${{ secrets.REDDIT_PASSWORD }} app-id: ${{ secrets.REDDIT_CLIENT_ID }} app-secret: ${{ secrets.REDDIT_CLIENT_SECRET }} - subreddit: ${{ secrets.REDDIT_SUBREDDIT }} + subreddit: ${{ vars.REDDIT_SUBREDDIT }} title: ${{ inputs.title }} url: ${{ inputs.url }} flair-id: ${{ secrets.REDDIT_FLAIR_ID }} # https://www.reddit.com/r/>/api/link_flair.json