Skip to content

Commit

Permalink
Merge pull request #2470 from FormidableLabs/fix/token-change
Browse files Browse the repository at this point in the history
token fix
  • Loading branch information
scottrippey authored Sep 22, 2022
2 parents 4555bfe + 99c0e7b commit 149f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.VERSION_PACKAGES_TOKEN }}
token: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 149f399

Please sign in to comment.