Skip to content

Commit 0f4bdea

Browse files
committed
feat: add additional configuration variables for repel command in deployment workflow
1 parent b04735f commit 0f4bdea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
CLIENT_ID=${{ secrets.CLIENT_ID }}
4545
GUIDES_CHANNEL_ID=${{ secrets.GUIDES_CHANNEL_ID }}
4646
SERVER_ID=${{ secrets.SERVER_ID }}
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 }}
4750
EOF
4851
4952
# Stop any existing containers

0 commit comments

Comments
 (0)