Skip to content

Commit

Permalink
Use personal access token for changesets action
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 14, 2022
1 parent 35d297a commit 53d9c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false

# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get yarn cache directory path
Expand Down Expand Up @@ -61,5 +62,5 @@ jobs:
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 53d9c82

Please sign in to comment.