Remove envs from release.yml workflow

This commit is contained in:
Max Hoffmann 2025-10-22 08:34:52 -07:00
parent f11d0fc8f6
commit 8e8cbb0f97
No known key found for this signature in database
GPG Key ID: 7111608BDA691719

View File

@ -18,8 +18,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
@ -39,6 +37,3 @@ jobs:
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
with:
publish: yarn release
env:
NPM_TOKEN: ''
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}