Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Change env to GH_TOKEN due github/docs#12094
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJerri committed Jan 14, 2024
1 parent 465b96b commit 7afc9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build and publish with Tauri
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
releaseName: "FindID v__VERSION__"
releaseDraft: true
Expand Down

0 comments on commit 7afc9fe

Please sign in to comment.