From 93b589228ab92152f86ada5ca6f6065af6bad039 Mon Sep 17 00:00:00 2001 From: toddtarsi Date: Sun, 28 Jan 2024 14:40:14 -0600 Subject: [PATCH] maybe the builtin github_token? --- .github/workflows/release-ide-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ide-binaries.yml b/.github/workflows/release-ide-binaries.yml index f4b58ea34..9e759cebf 100644 --- a/.github/workflows/release-ide-binaries.yml +++ b/.github/workflows/release-ide-binaries.yml @@ -50,6 +50,6 @@ jobs: - name: Build selenium-ide binaries run: npm run publish:electron:${{ matrix.platform }} env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} working-directory: ./packages/selenium-ide \ No newline at end of file