We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df787f3 commit 93b5892Copy full SHA for 93b5892
.github/workflows/release-ide-binaries.yml
@@ -50,6 +50,6 @@ jobs:
50
- name: Build selenium-ide binaries
51
run: npm run publish:electron:${{ matrix.platform }}
52
env:
53
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
working-directory: ./packages/selenium-ide
55
0 commit comments