Skip to content

Commit

Permalink
fix: Provenance (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Dec 21, 2023
1 parent 42abcf7 commit a298b9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
build-release:
permissions:
id-token: write
runs-on: ubuntu-latest
defaults:
run:
Expand Down
6 changes: 5 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,9 @@
"last 1 safari version"
]
},
"homepage": ""
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/decentraland/marketplace.git"
}
}
8 changes: 6 additions & 2 deletions webapp/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"keywords": [],
"author": "",
"license": "Apache-2.0",
"homepage": ""
}
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/decentraland/marketplace.git"
}
}

0 comments on commit a298b9f

Please sign in to comment.