Skip to content

Commit

Permalink
改用 env 秘密试试
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 13, 2024
1 parent fa35397 commit 722f025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Pack vsix
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.Y3_COMMIT_TOKEN }}
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
run: |
npm install -g @vscode/vsce
git config --global user.email "[email protected]"
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.Y3_COMMIT_TOKEN }}
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
with:
generate_release_notes: true
files: |
Expand Down

0 comments on commit 722f025

Please sign in to comment.