Skip to content

Commit b7529d9

Browse files
committed
fix: Add correct permissions for release
1 parent 8673bec commit b7529d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release_workspace.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
concurrency:
2626
group: ${{ github.workflow }}-${{ inputs.workspace }}
2727

28+
permissions:
29+
contents: write
30+
actions: write
31+
2832
jobs:
2933
changesets-pr:
3034
name: Update Version Packages PR for ${{ inputs.workspace }}
@@ -45,6 +49,7 @@ jobs:
4549

4650
- name: Checkout
4751
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
52+
4853
- name: Set up Node
4954
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
5055
with:
@@ -110,6 +115,7 @@ jobs:
110115

111116
- name: Checkout
112117
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
118+
113119
- name: Set up Node
114120
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
115121
with:
@@ -127,6 +133,7 @@ jobs:
127133
key: ${{ runner.os }}-yarn-${{ hashFiles(format('workspaces/${0}/**/yarn.lock', inputs.workspace)) }}
128134
restore-keys: |
129135
${{ runner.os }}-yarn-
136+
130137
- name: yarn install
131138
run: yarn install --immutable
132139

0 commit comments

Comments
 (0)