Skip to content

Commit

Permalink
ci: Change back to previous var
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent b27b2e7 commit af19dad
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 @@ -41,7 +41,7 @@ jobs:
version: yarn packages:version # version so pnp can reconcile packages
publish: yarn packages:publish # build and publish to npm
env:
GH_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}

- name: Packages - tag
Expand Down

0 comments on commit af19dad

Please sign in to comment.