Skip to content

Commit 7e44f30

Browse files
committed
chore: update GA to use trusted publisher
1 parent 1d26134 commit 7e44f30

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
contents: write
9+
id-token: write
10+
packages: write
11+
712
jobs:
813
release:
914
if: github.repository == 'ydb-platform/monaco-ghost'
@@ -12,5 +17,5 @@ jobs:
1217
- uses: gravity-ui/release-action@v1
1318
with:
1419
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
15-
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}
16-
node-version: 18
20+
npm-token: ''
21+
node-version: 24

0 commit comments

Comments
 (0)