Skip to content

Commit 45539cb

Browse files
configure permission (#52)
1 parent f73828a commit 45539cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: write # Required for changesets to create commits and tags
11+
pull-requests: write # Required for changesets to open/update release PRs
12+
813
concurrency: ${{ github.workflow }}-${{ github.ref }}
914

1015
jobs:
@@ -35,4 +40,3 @@ jobs:
3540
publish: pnpm changeset:release
3641
env:
3742
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"private": true,
33
"type": "module",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/scaffold-eth/burner-connector.git"
7+
},
48
"scripts": {
59
"build": "pnpm --filter burner-connector build",
610
"build:esm+types": "pnpm --filter burner-connector build:esm+types",

0 commit comments

Comments
 (0)