Skip to content

Commit

Permalink
maybe the builtin github_token?
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Jan 28, 2024
1 parent df787f3 commit 93b5892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ide-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93b5892

Please sign in to comment.