Skip to content

Commit

Permalink
wip: change token owner
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarpovich committed Aug 20, 2022
1 parent 7f68fcf commit 299e8d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-singers-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playlist-synchronizer': patch
---

Change token owner
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.OWNER_TOKEN }}
NPM_TOKEN: ${{ secrets.OWNER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.OWNER_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand All @@ -34,5 +35,3 @@ jobs:
version: pnpm run version
title: "chore: update versions"
commit: "chore: update versions"
env:
GITHUB_TOKEN: ${{ secrets.OWNER_TOKEN }}

0 comments on commit 299e8d4

Please sign in to comment.