Skip to content

Commit

Permalink
fix: GITHUB_TOKEN in native
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 20, 2023
1 parent 9b8e6b7 commit c02ba35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Release Drafter
uses: release-drafter/release-drafter@v5.9.0
env:
GITHUB_TOKEN: ${{ secrets.GH_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand All @@ -47,5 +47,5 @@ jobs:
- name: Semantic Release
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c02ba35

Please sign in to comment.