File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6565 echo "DISCORD_CLIENT_ID=${{ vars.DISCORD_CLIENT_ID }}" >> ./envfile
6666 echo "DISCORD_CLIENT_SECRET=${{ secrets.DISCORD_CLIENT_SECRET }}" >> ./envfile
6767 echo "DISCORD_BOT_TOKEN=${{ secrets.DISCORD_BOT_TOKEN }}" >> ./envfile
68+ echo "DISCORD_GUILD_MEMBER_ROLE_ID=${{ vars.DISCORD_GUILD_MEMBER_ROLE_ID }}" >> ./envfile
6869 echo "DISCORD_GUILD_ID=${{ vars.DISCORD_GUILD_ID }}" >> ./envfile
6970 echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> ./envfile
7071
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
1414 - NUXT_DISCORD_CLIENT_SECRET=${DISCORD_CLIENT_SECRET}
1515 - NUXT_DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN}
1616 - NUXT_PUBLIC_DISCORD_GUILD_ID=${DISCORD_GUILD_ID}
17+ - NUXT_PUBLIC_DISCORD_GUILD_MEMBER_ROLE_ID=${DISCORD_GUILD_MEMBER_ROLE_ID}
1718 - NUXT_JWT_SECRET=${JWT_SECRET}
1819 deploy :
1920 update_config :
You can’t perform that action at this time.
0 commit comments