From ed6227566cf2e4f547d5e88ea0fdbc55db1ea95f Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 20 May 2026 11:19:19 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20permiss=C3=B5es=20para=20suporte=20a?= =?UTF-8?q?=20OIDC=20no=20GitHub=20Actions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 +++- package.json | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7c880f..67787d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,9 @@ on: - main workflow_dispatch: - +permissions: + id-token: write + contents: read jobs: release: runs-on: ubuntu-latest diff --git a/package.json b/package.json index b249784..77be623 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ }, "./style.css": "./dist/citizen-components.css" }, + "repository": { + "type": "git", + "url": "https://github.com/sysvale/citizen-components.git" + }, "files": [ "dist" ],