From 75f12dc78d61dd04655f72ea2aa09ef6124c223a Mon Sep 17 00:00:00 2001 From: Ade Hery Shopyan <51158020+adeherysh@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:18:07 +0700 Subject: [PATCH 1/3] ci: run danger without token --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c40b09e..86c6cd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,8 +24,6 @@ jobs: - name: Run Danger JS run: bun danger ci - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} semgrep: needs: ci From 1b8074b5446e1cbba3d1167ab007ab90e44b3af5 Mon Sep 17 00:00:00 2001 From: Ade Hery Shopyan <51158020+adeherysh@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:14:36 +0700 Subject: [PATCH 2/3] fix: update ci.yaml --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86c6cd2..3788e14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: - name: Run Danger JS run: bun danger ci + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} semgrep: needs: ci From 865bdf12ed80e59cc5d3117bcf96279da323b27c Mon Sep 17 00:00:00 2001 From: Ade Hery Shopyan <51158020+adeherysh@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:19:53 +0700 Subject: [PATCH 3/3] ci: update release-please.yaml --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 18563b5..baa51e7 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -13,4 +13,4 @@ jobs: uses: google-github-actions/release-please-action@v4 with: release-type: node - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.RELEASE_PLEASE_TOKEN }}