Skip to content

Commit

Permalink
Update simple-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 24, 2024
1 parent 5a02a89 commit 0fde6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:

env:
CI: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit 0fde6fe

Please sign in to comment.