Skip to content

Commit

Permalink
ci: Update release vars
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Oct 31, 2023
1 parent 911dd4b commit e7940a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
environment: release
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.FLARE_CITY_TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.FLARE_CITY_TURBO_TEAM }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -37,5 +37,5 @@ jobs:
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}

0 comments on commit e7940a1

Please sign in to comment.