Skip to content

Commit dcae76f

Browse files
authored
Update build.yml
1 parent b32efbf commit dcae76f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
name: ${{ github.event.release.name }}
6767
body: ${{ github.event.release.body }}
6868
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7070

7171
- name: Upload installers to release
7272
uses: softprops/action-gh-release@v2
7373
with:
7474
files: installers/**/*
7575
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)