Add DISCORD_TOKEN environment variable to docker-publish workflow

This commit is contained in:
2024-01-21 21:15:42 +01:00
parent 1e4eaafcd0
commit 8f93f33a39

View File

@ -12,6 +12,8 @@ jobs:
permissions:
contents: read
packages: write
env:
DISCORD_TOKEN: 0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
@ -25,6 +27,8 @@ jobs:
permissions:
contents: read
packages: write
env:
DISCORD_TOKEN: 0
if: github.event_name != 'pull_request'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}