From cada335af5bb2ae3babfc92dbf6418afe30daca7 Mon Sep 17 00:00:00 2001 From: kennylam <909118+kennylam@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:03:06 -0400 Subject: [PATCH] chore(actions): use built-in token --- .github/workflows/dependabot-yarn-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-yarn-mirror.yml b/.github/workflows/dependabot-yarn-mirror.yml index d3ba1e0d3d7..eb242ff7876 100644 --- a/.github/workflows/dependabot-yarn-mirror.yml +++ b/.github/workflows/dependabot-yarn-mirror.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{secrets.MERGE_ACTION}} + token: ${{secrets.MERGE_ACTION || github.token}} - name: Use Node.js 18.x uses: actions/setup-node@v4 with: