Skip to content

Commit fb952fc

Browse files
committed
chore: add missing cfg
1 parent b8e2640 commit fb952fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/next-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- develop
77

8+
permissions:
9+
id-token: write # Required for OIDC
10+
actions: write # Required for dispatching other workflows
11+
contents: write # required for committing the version bump
12+
813
jobs:
914
publish-next:
1015
runs-on: ubuntu-latest

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ nmHoistingLimits: workspaces
22

33
nodeLinker: node-modules
44

5+
npmPublishProvenance: true
6+
57
yarnPath: .yarn/releases/yarn-1.22.22.cjs

0 commit comments

Comments
 (0)