Skip to content

Commit

Permalink
Merge pull request #103 from pliancy/fix/release-token
Browse files Browse the repository at this point in the history
ci: fix token
  • Loading branch information
santese authored Nov 8, 2023
2 parents 3d0b003 + 999a018 commit df89dea
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 @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.PLIBOT_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
Expand Down

0 comments on commit df89dea

Please sign in to comment.