Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperb0rean authored Feb 18, 2024
1 parent ddc2684 commit 9983293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- name: Build Bot
run: docker build . --file Dockerfile --tag database
- name: Run Bot
run: docker run -e TOKEN=${{ secrets.TOKEN }} database
env:
TOKEN: ${{ secrets.TOKEN }}
run: docker run -e TOKEN=${TOKEN} database

0 comments on commit 9983293

Please sign in to comment.