Skip to content

Commit

Permalink
ci: change tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmr committed Jun 26, 2024
1 parent 2c549b5 commit 54c4a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Release
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 54c4a6f

Please sign in to comment.