Skip to content

Commit 93b5892

Browse files
committed
maybe the builtin github_token?
1 parent df787f3 commit 93b5892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ide-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Build selenium-ide binaries
5151
run: npm run publish:electron:${{ matrix.platform }}
5252
env:
53-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
53+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
working-directory: ./packages/selenium-ide
5555

0 commit comments

Comments
 (0)