Skip to content

Commit b3b75db

Browse files
authored
Merge pull request #621 from Shopify/provenance-statement
Adds provenance statement
2 parents 863e3e1 + a14a290 commit b3b75db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/cyan-boats-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/draggable': patch
3+
---
4+
5+
Add provenance statement

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
id-token: write
1418
steps:
1519
- name: Checkout Repo
1620
uses: actions/checkout@v3

0 commit comments

Comments
 (0)