diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index e6a64ac9c6..0dcb7c9434 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -75,6 +75,3 @@ jobs: # windows cert credentials mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }} - # GitHub token, automatically provided to the action - # (No need to define this secret in the repo settings) - github_token: ${{ secrets.github_token }}