Skip to content

Commit

Permalink
Use personal PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Nov 25, 2021
1 parent 2461673 commit b7c3dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
APPLE_PROVIDER: ${{ secrets.APPLE_PROVIDER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Check out Git repository
uses: actions/checkout@v1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
WindowsBuild:
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
WIN_CERT: ${{ secrets.WIN_CERT }}
WIN_CERT_PASSWORD: ${{ secrets.WIN_CERT_PASSWORD }}
steps:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
LinuxBuild:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Check out Git repository
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eyecommander",
"productName": "EyeCommander",
"version": "1.1.10",
"version": "1.1.11",
"description": "Detect blinks and convert them to switch output",
"main": ".webpack/main",
"scripts": {
Expand Down

0 comments on commit b7c3dfc

Please sign in to comment.