Skip to content

Commit 564ccc8

Browse files
committed
Revert "chore(ci): use trusted publishing"
This reverts commit 3a5b4f4
1 parent 9a07733 commit 564ccc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ jobs:
9292
runs-on: ubuntu-24.04
9393
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'vuetifyjs'
9494
environment: production
95-
permissions:
96-
contents: read
97-
id-token: write
9895
steps:
9996
- uses: actions/checkout@v4
10097
with:
@@ -109,6 +106,7 @@ jobs:
109106
- name: NPM Release
110107
run: bash scripts/deploy.sh
111108
env:
109+
NPM_API_KEY: ${{ secrets.NPM_TOKEN }}
112110
RELEASE_TAG: ${{ env.RELEASE_TAG }}
113111
- name: GitHub release
114112
id: create_release

0 commit comments

Comments
 (0)