Skip to content

Commit da7c967

Browse files
committed
fix: add support for provenance
1 parent 915a6c2 commit da7c967

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency:
1212
jobs:
1313
release:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
1517
steps:
1618
- name: Checkout repository
1719
uses: actions/checkout@v4

packages/live-region-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/primer/live-region-element.git",
33+
"url": "git+https://github.com/primer/live-region-element.git",
3434
"directory": "packages/live-region-element"
3535
},
3636
"publishConfig": {

0 commit comments

Comments
 (0)