Skip to content

Commit 6db7301

Browse files
chore: update next from main and add playwright-core as a dev dependency (#30824)
Co-authored-by: Brandy Smith <[email protected]>
2 parents 3da2384 + f191604 commit 6db7301

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

.github/workflows/release-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run-production:
7272
if: ${{ github.event_name == 'workflow_dispatch' && inputs.release-type == 'production' }}
7373
permissions:
74-
contents: read
74+
contents: write
7575
id-token: write
7676
uses: ./.github/workflows/release.yml
7777
secrets: inherit

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
finalize-release:
5555
needs: [release-ionic]
5656
runs-on: ubuntu-latest
57+
permissions:
58+
contents: write
59+
id-token: write
5760
steps:
5861
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5962
with:
@@ -82,6 +85,9 @@ jobs:
8285
# possible for them to push at the same time.
8386
needs: [finalize-release]
8487
runs-on: ubuntu-latest
88+
permissions:
89+
contents: write
90+
id-token: write
8591
steps:
8692
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8793
# Pull the latest version of the reference

core/package-lock.json

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

core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"jest": "^29.7.0",
6868
"jest-cli": "^29.7.0",
6969
"outsystems-design-tokens": "^1.3.4",
70+
"playwright-core": "^1.56.1",
7071
"prettier": "^2.8.8",
7172
"rollup": "^2.26.4",
7273
"sass": "^1.33.0",

0 commit comments

Comments
 (0)