You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/js-release.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ on:
12
12
env:
13
13
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
14
14
15
+
permissions:
16
+
id-token: write
17
+
contents: read
18
+
15
19
jobs:
16
20
release:
17
21
name: Release
@@ -41,6 +45,4 @@ jobs:
41
45
title: 'build(i18nify): update version'
42
46
- name: Publish to public npm registry
43
47
if: steps.changesets.outputs.published == 'true' || github.event_name == 'workflow_dispatch' # run when the package is published via changeset or if a release is triggered manually.
0 commit comments