From 8dbcd45e2a688f281674d56201c90254e59acf75 Mon Sep 17 00:00:00 2001 From: juyeong-byeon Date: Sun, 9 Jun 2024 22:30:07 +0900 Subject: [PATCH] chore: add gh tokens --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94e95fe..d4bfa9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: