Skip to content

Commit

Permalink
ci: Reconfigure some variables
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 32575f6 commit 573ee99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.FLARE_CITY_TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.FLARE_CITY_TURBO_TEAM }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,8 +29,6 @@ jobs:
- name: Setup Yarn v4
run: |
yarn config set npmScopes.flare-city.npmAuthToken "\${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}
- name: Install dependencies
run: yarn --immutable
Expand All @@ -44,9 +44,6 @@ jobs:
commit: "chore: Version packages"
version: yarn version # version so pnp can reconcile packages
publish: yarn pusblish # build and publish to npm
env:
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}

- name: Packages - tag
# if: steps.changesets.outputs.hasChangesets == 'false'
Expand Down

0 comments on commit 573ee99

Please sign in to comment.