Skip to content

Commit 554990c

Browse files
committed
Merge branch 'main' into bump/primer-upstream
2 parents 093d5ab + 1ba50e1 commit 554990c

99 files changed

Lines changed: 1671 additions & 83 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/bump-ruby-versions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
issues: write
18-
pull-requests: read
18+
pull-requests: write
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
15+
id-token: write # Required for OIDC
1516
steps:
1617
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1718
with:
@@ -38,6 +39,7 @@ jobs:
3839
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3940
with:
4041
node-version: 24
42+
registry-url: 'https://registry.npmjs.org'
4143
- name: NPM install
4244
run: |
4345
npm ci
@@ -105,6 +107,7 @@ jobs:
105107
permissions:
106108
contents: read
107109
statuses: write
110+
id-token: write # Required for OIDC
108111
uses: ./.github/workflows/release_canary.yml
109112
with:
110113
install: npm i
@@ -117,6 +120,7 @@ jobs:
117120
permissions:
118121
contents: read
119122
statuses: write
123+
id-token: write # Required for OIDC
120124
uses: ./.github/workflows/release_candidate.yml
121125
secrets:
122126
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-visual.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ jobs:
6363
BRANCH="${GITHUB_EVENT_PULL_REQUEST_HEAD_REF}"
6464
git config user.name "github-actions[bot]"
6565
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
66+
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
6667
git stash push -u -m "pre-auto-commit" || true
6768
git fetch origin "$BRANCH" --depth=1
6869
git checkout "$BRANCH"
6970
git reset --hard "origin/$BRANCH"
7071
git stash pop || true
7172
env:
73+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7274
GITHUB_EVENT_PULL_REQUEST_HEAD_REF: ${{ github.event.pull_request.head.ref }}
7375
- id: auto-commit
7476
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
@@ -77,6 +79,7 @@ jobs:
7779
commit_message: Generating component snapshots
7880
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
7981
push_options: --force-with-lease
82+
token: ${{ secrets.GITHUB_TOKEN }}
8083
- name: "Changes detected"
8184
if: steps.auto-commit.outputs.changes_detected == 'true'
8285
uses: phulsechinmay/rewritable-pr-comment@a1b041997fa84ec3e524ee9dee5ba0b5f4e73604 # v0.3.0

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
permissions:
6060
issues: write
61-
pull-requests: read
61+
pull-requests: write
6262
steps:
6363
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6464
id: version-result
0 Bytes
0 Bytes
-2 Bytes
2 Bytes
-1 Bytes

0 commit comments

Comments
 (0)