We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7cec commit 896d89dCopy full SHA for 896d89d
.github/workflows/deploy.yml
@@ -47,6 +47,8 @@ jobs:
47
REPEL_LOG_CHANNEL_ID=${{ secrets.REPEL_LOG_CHANNEL_ID }}
48
REPEL_ROLE_ID=${{ secrets.REPEL_ROLE_ID }}
49
MODERATORS_ROLE_IDS=${{ secrets.MODERATORS_ROLE_IDS }}
50
+ ONBOARDING_CHANNEL_ID=${{ secrets.ONBOARDING_CHANNEL_ID }}
51
+ ONBOARDING_ROLE_ID=${{ secrets.ONBOARDING_ROLE_ID }}
52
EOF
53
54
# Stop any existing containers
0 commit comments