Skip to content

Commit

Permalink
chore: add gh tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 9, 2024
1 parent 5cde4a1 commit 8dbcd45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: npm run lint
- run: tsc --build --dry
release-sementic:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
needs: [run-test, static-analize]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8dbcd45

Please sign in to comment.