From 6a80818fb617c0e73e6178c27445a25b7d19ac74 Mon Sep 17 00:00:00 2001 From: philipMartini <45294280+philipMartini@users.noreply.github.com> Date: Sun, 14 Mar 2021 20:38:55 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 3cc50f5..1c1f4ed 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -51,7 +51,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.PYCTBN_TOK }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} @@ -61,7 +61,7 @@ jobs: id: upload-release-asset uses: dwenegar/upload-release-assets@v1 env: - GITHUB_TOKEN: ${{ secrets.PYCTBN_TOK }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: release_id: ${{ steps.create_release.outputs.id }} assets_path: ./dist