aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/reddit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/reddit.yml')
-rw-r--r--.github/workflows/reddit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml
index 79149c405..77c771030 100644
--- a/.github/workflows/reddit.yml
+++ b/.github/workflows/reddit.yml
@@ -6,17 +6,17 @@ on:
6 6
7jobs: 7jobs:
8 test: 8 test:
9 runs-on: ubuntu-latest 9 runs-on: ubuntu-22.04
10 steps: 10 steps:
11 - name: Release for Reddit 11 - name: Release for Reddit
12 uses: bluwy/release-for-reddit-action@v1.2.0 12 uses: bluwy/release-for-reddit-action@v2
13 with: 13 with:
14 username: ${{ secrets.REDDIT_USERNAME }} 14 username: ${{ secrets.REDDIT_USERNAME }}
15 password: ${{ secrets.REDDIT_PASSWORD }} 15 password: ${{ secrets.REDDIT_PASSWORD }}
16 app-id: ${{ secrets.REDDIT_APP_ID }} 16 app-id: ${{ secrets.REDDIT_APP_ID }}
17 app-secret: ${{ secrets.REDDIT_APP_SECRET }} 17 app-secret: ${{ secrets.REDDIT_APP_SECRET }}
18 subreddit: ferdium # Submit to /r/ferdium 18 subreddit: ferdium # Submit to /r/ferdium
19 title: "[Release] Ferdium ${{ github.event.release.tag_name }}" 19 title: '[Release] Ferdium ${{ github.event.release.tag_name }}'
20 # flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23" 20 # flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23"
21 comment: "${{ github.event.release.body }}" 21 comment: '${{ github.event.release.body }}'
22 notification: true 22 notification: true