From a298b9f2ca547ea6bdf18b5559e8feb2cf934bc9 Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio <1120791+LautaroPetaccio@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:44:38 -0300 Subject: [PATCH] fix: Provenance (#2080) --- .github/workflows/build-release.yaml | 2 ++ webapp/package.json | 6 +++++- webapp/public/package.json | 8 ++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 77c251c845..a3e7ca4660 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -10,6 +10,8 @@ on: jobs: build-release: + permissions: + id-token: write runs-on: ubuntu-latest defaults: run: diff --git a/webapp/package.json b/webapp/package.json index da588062c9..d5cafad9b4 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -121,5 +121,9 @@ "last 1 safari version" ] }, - "homepage": "" + "homepage": "", + "repository": { + "type": "git", + "url": "https://github.com/decentraland/marketplace.git" + } } diff --git a/webapp/public/package.json b/webapp/public/package.json index 5e728feefe..1ca70cea83 100644 --- a/webapp/public/package.json +++ b/webapp/public/package.json @@ -9,5 +9,9 @@ "keywords": [], "author": "", "license": "Apache-2.0", - "homepage": "" -} \ No newline at end of file + "homepage": "", + "repository": { + "type": "git", + "url": "https://github.com/decentraland/marketplace.git" + } +}