From: Pieter-Jan Briers Date: Sun, 26 Feb 2023 16:48:06 +0000 (+0100) Subject: Oopsied the workflow file, awesome. (#14293) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=587e173bcc0104863c8ffa0e0d48a217e42254b6;p=space-station-14.git Oopsied the workflow file, awesome. (#14293) --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 08005cd8bd..5e1b9d65fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,6 +59,6 @@ jobs: - name: Publish changelog run: Tools/actions_changelogs_since_last_run.py - with: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}