Skip to content

Commit

Permalink
chore(ci): update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmr committed Jan 10, 2023
1 parent 2bc3a20 commit c173a97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.CI_GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
Expand All @@ -22,6 +21,6 @@ jobs:
- name: Release
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit c173a97

Please sign in to comment.