Skip to content

Commit 4c51919

Browse files
authored
fix(ci): failing Electron Forge publish (#371)
1 parent fa925c4 commit 4c51919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313
- "turbo.json"
1414
- ".github/workflows/release.yml"
1515

16-
permissions:
17-
contents: write
18-
1916
concurrency:
2017
group: release
2118
cancel-in-progress: true
@@ -120,4 +117,5 @@ jobs:
120117
- name: Publish with Electron Forge
121118
env:
122119
APP_VERSION: ${{ steps.version.outputs.version }}
120+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
123121
run: pnpm --filter array run publish

0 commit comments

Comments
 (0)