Skip to content

Commit

Permalink
Update GITHUB_TOKEN in tauri.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiPei233 committed Nov 26, 2023
1 parent 3c75656 commit ea32f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: tauri-apps/tauri-action@v0

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAURI_GITHUB_TOKEN }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
Expand Down

0 comments on commit ea32f2c

Please sign in to comment.