aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/reddit.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml
index 8cb5eb99b..00ec0cd9e 100644
--- a/.github/workflows/reddit.yml
+++ b/.github/workflows/reddit.yml
@@ -8,7 +8,8 @@ jobs:
8 test: 8 test:
9 runs-on: ubuntu-latest 9 runs-on: ubuntu-latest
10 steps: 10 steps:
11 - uses: bluwy/release-for-reddit-action@v1 11 - name: Release for Reddit
12 uses: bluwy/release-for-reddit-action@v1.2.0
12 with: 13 with:
13 username: ${{ secrets.REDDIT_USERNAME }} 14 username: ${{ secrets.REDDIT_USERNAME }}
14 password: ${{ secrets.REDDIT_PASSWORD }} 15 password: ${{ secrets.REDDIT_PASSWORD }}