From 0fde6fe6bd300bc0fcf6bbd99067f42f7b030fbf Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Wed, 24 Jan 2024 23:52:33 +0100 Subject: [PATCH] Update simple-release.yml --- .github/workflows/simple-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/simple-release.yml b/.github/workflows/simple-release.yml index 20839f1..3bb52a7 100644 --- a/.github/workflows/simple-release.yml +++ b/.github/workflows/simple-release.yml @@ -24,7 +24,7 @@ jobs: name: Build and Create Tagged release runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} steps: - name: Convert 'web' input to boolean and set as env var @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.repository.default_branch }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.MY_GITHUB_TOKEN }} - name: Setup node uses: actions/setup-node@v3 @@ -149,4 +149,4 @@ jobs: env: CI: false - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}