From dd89d994ce181e2fcd44058badca3a36df514718 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Wed, 7 Apr 2021 13:24:54 +0200 Subject: [PATCH] Fix monthly tags #2 (#8557) * fix monthly tags * explicitly set GITHUB_TOKEN * debug * Update monthly-tag.yml * Revert "debug" This reverts commit 041735d1e5ee78fbb54a841f8fe87a0ba7f1098b and 9ed60840e1647f4e0a5797776a68f0faa0569713 --- substrate/.github/workflows/monthly-tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/substrate/.github/workflows/monthly-tag.yml b/substrate/.github/workflows/monthly-tag.yml index 09c3decc26..8736a341ce 100644 --- a/substrate/.github/workflows/monthly-tag.yml +++ b/substrate/.github/workflows/monthly-tag.yml @@ -22,6 +22,8 @@ jobs: fetch-depth: 0 - name: Generate changelog id: changelog + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "# Automatic snapshot pre-release ${{ steps.tags.outputs.new }}" > Changelog.md echo "" >> Changelog.md