Skip to content

Commit

Permalink
GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lengsukq committed Dec 21, 2023
1 parent e23357f commit d5f23b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/myGitTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
yarn build:win # 替换成你的构建命令
- name: Upload to Release Action
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: myGitTool
path: dist/*exe

0 comments on commit d5f23b0

Please sign in to comment.