Skip to content

Commit c605923

Browse files
committed
action 권한 수정
1 parent 3c710c6 commit c605923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-npm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
release:
1616
name: Release
1717
runs-on: ubuntu-latest
18+
permissions:
19+
id-token: write
20+
contents: write
21+
pull-requests: write
1822
steps:
1923
- name: Checkout Repo
2024
uses: actions/checkout@v4

0 commit comments

Comments
 (0)