Skip to content

Commit d6651ff

Browse files
committed
chore: update release workflow to add permissions for id-token and contents
1 parent 07408eb commit d6651ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
release:
99
if: github.repository == 'toss/es-hangul'
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
13+
contents: write
1114
steps:
1215
- name: Checkout Repository
1316
uses: actions/checkout@v5
@@ -24,9 +27,6 @@ jobs:
2427
- name: Install Dependencies
2528
run: yarn install
2629

27-
- name: Update npm
28-
run: yarn add -D [email protected]
29-
3030
- name: Build
3131
run: yarn build
3232

0 commit comments

Comments
 (0)