Skip to content

Commit

Permalink
🚧 chore(modules): update discord changelog posting
Browse files Browse the repository at this point in the history
  • Loading branch information
TGTGamer committed Dec 10, 2023
1 parent 8b45dd4 commit e3f90f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/discord_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
# Current Version: 0.0.0
###

name: "Change Report"
name: 'Change Report'
on:
workflow_dispatch:
schedule:
- cron: "0 01 * * 0/3"
- cron: '0 01 * * 1/2'

jobs:
change-report:
Expand All @@ -56,13 +56,13 @@ jobs:
with:
# The destination to post the report to.
# "slack" and "discord" are supported
destination: "discord"
destination: 'discord'
# Number of days to include into the report
days: 3
days: 2
# Slack channel to post the report to.
# For Slack it's the name of the channel, without the leading "#",
# For Discord it's the channel ID
channel: "1181344014532870174"
channel: '1181344014532870174, 1175861376711925762'
env:
# Your OpenAI API key, used to generate the report
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit e3f90f0

Please sign in to comment.