Skip to content

Commit

Permalink
add ENV for git action
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent 397e9bd commit 523f0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
context: .
build-args: |
"DISCORD_TOKEN=${{secrets.DISCORD_TOKEN}}"
"DISCORD_CLIENT_ID=${{secrets.DISCORD_CLIENT_ID}}"
"DISCORD_SERVER_ID=${{secrets.DISCORD_SERVER_ID}}"
"VOICE_CHANNEL=${{secrets.VOICE_CHANNEL}}"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 523f0df

Please sign in to comment.