Skip to content

Commit b355291

Browse files
fix: NO-JIRA fix pnpm lock and add missing permissions (#1175)
1 parent cf555f2 commit b355291

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.github/workflows/bundle-size-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
name: Check Base Bundle Size
1414
runs-on: ubuntu-latest
1515
if: "!contains(github.event.pull_request.labels.*.name, 'skip-bundle-size-check')"
16+
permissions:
17+
packages: read
1618

1719
outputs:
1820
SIZE: ${{ steps.current-size.outputs.size }}
@@ -42,6 +44,8 @@ jobs:
4244
name: Check PR Bundle Size
4345
runs-on: ubuntu-latest
4446
if: "!contains(github.event.pull_request.labels.*.name, 'skip-bundle-size-check')"
47+
permissions:
48+
packages: read
4549

4650
outputs:
4751
SIZE: ${{ steps.current-size.outputs.size }}

.github/workflows/pull-translations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
pull-translations:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
packages: read
13+
contents: write
14+
pull-requests: write
1115

1216
defaults:
1317
run:

.github/workflows/push-translations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
push-translations:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
packages: read
1416

1517
defaults:
1618
run:

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)