Skip to content

Commit

Permalink
fix: rename GITHUB_TOKEN var to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsharHassan committed Jan 10, 2024
1 parent 244a5e4 commit 3ff33e6
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 @@ -38,7 +38,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '20.x'
cache: 'npm'
- name: install
run: npm ci
Expand All @@ -48,4 +48,4 @@ jobs:
run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ff33e6

Please sign in to comment.