From 15cae3adf1a3f96ea4007f77a5b91b70b469b291 Mon Sep 17 00:00:00 2001 From: John Harker <43181178+NBTX@users.noreply.github.com> Date: Tue, 9 Jun 2020 02:45:52 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec0e62d..2ada0f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,6 +129,8 @@ jobs: name: Create a Release id: create_release uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag tag_name: ${{ github.GITHUB_REF }}