From 7d3c40d98175bafbf683b3f581341ca5b0e1df09 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 20 May 2026 11:59:56 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20configura=C4=87=C3=A3o=20de=20conex?= =?UTF-8?q?=C3=A3o=20com=20OIDC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 40677e0..eb04c82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,9 @@ on: push: branches: - main +permissions: + id-token: write + contents: read jobs: build: runs-on: ubuntu-latest @@ -17,6 +20,4 @@ jobs: - name: Install dependencies and build 🔧 run: npm ci && npm run build - name: Publish package on NPM 📦 - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + run: npm publish --provenance