Skip to content

Commit

Permalink
pass token directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV committed Dec 18, 2023
1 parent 2bd7a81 commit 63b71af
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 @@ -26,9 +26,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_KEY }}
uses: JoshuaKGoldberg/[email protected]
with:
branch: 'master'
github-token: ${{ secrets.GH_TOKEN }}
npm-token: ${{ secrets.NPM_KEY }}

0 comments on commit 63b71af

Please sign in to comment.