Skip to content

Commit 68eb5c5

Browse files
committed
fix: github action permissions
1 parent f5cb2a1 commit 68eb5c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
id-token: write
912
steps:
1013
- uses: actions/checkout@v3
1114
- name: install bun for tests and publish
1215
uses: oven-sh/setup-bun@v1
1316
with:
1417
bun-version: latest
18+
registry-url: 'https://registry.npmjs.org'
1519
- name: node publish
1620
uses: actions/setup-node@v4
1721
with:

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/src
22
/node_modules
3-
3+
.github
44
.env
55

66
tsconfig.json

0 commit comments

Comments
 (0)