Skip to content

Commit

Permalink
Merge pull request #13 from Lumos-Programming/fix-env-gha-expr
Browse files Browse the repository at this point in the history
👷 with -> env
  • Loading branch information
Shion1305 authored Apr 21, 2024
2 parents 9ed0f6e + 164da3a commit a99e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: go build -o lumos-discord-bot .
- name: Run the bot in the background
run: nohup ./lumos-discord-bot &
with:
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
TARGET_SERVER: ${{ secrets.TARGET_SERVER }}
WELCOME_CHANNEL: ${{ secrets.WELCOME_CHANNEL }}
Expand Down

0 comments on commit a99e436

Please sign in to comment.