Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
ci: Update realease token.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajzik committed Jun 22, 2022
1 parent 7f98055 commit 1f5babc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0

- uses: ./.github/actions/detect-env
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0

- uses: ./.github/actions/detect-env
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: github.ref != 'refs/heads/main'
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn monodeploy \
--log-level 0 \
Expand All @@ -115,7 +115,7 @@ jobs:
if: github.ref == 'refs/heads/main'
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn monodeploy \
--log-level 0 \
Expand Down

0 comments on commit 1f5babc

Please sign in to comment.