mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix(workflow) add github_token env
This commit is contained in:
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
@@ -62,6 +62,8 @@ jobs:
|
||||
run: yarn
|
||||
working-directory: ./example
|
||||
- uses: ./
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
projectPath: ./example
|
||||
uploadUrl: ${{ needs.create-release.outputs.RELEASE_UPLOAD_URL }}
|
||||
|
||||
Reference in New Issue
Block a user