Skip to content

Commit 9058553

Browse files
authored
Add Token for Release
1 parent 73f1fff commit 9058553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Build and Release Tauri
2424
uses: tauri-apps/tauri-action@v0
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2727
with:
2828
projectPath: ${{ github.workspace }}/src-tauri
2929
tagName: ${{ github.ref_name }}
3030
releaseName: "Release ${{ github.ref_name }}"
3131
releaseBody: "Windows-only Tauri app with Bun."
3232
releaseDraft: true
33-
targets: 'exe'
33+
targets: 'exe'

0 commit comments

Comments
 (0)