Skip to content

Commit 9d14ece

Browse files
authored
Update provenance (#2568)
1 parent e3fcbfb commit 9d14ece

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Diff for: .changeset/curvy-kids-joke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-hydrogen': patch
3+
---
4+
5+
Update provenance

Diff for: .github/workflows/changesets.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'shopify'
1717
name: Changelog PR or Release
18+
permissions:
19+
contents: write
20+
packages: write
21+
id-token: write
1822
outputs:
1923
published: ${{ steps.changesets.outputs.published }}
2024
latest: ${{ steps.flags.outputs.latest }}
@@ -50,7 +54,8 @@ jobs:
5054
uses: changesets/action@v1
5155
with:
5256
version: yarn run version
53-
publish: yarn changeset publish --tag h1
57+
# publish: yarn changeset publish --tag h1
58+
publish: yarn changeset publish
5459
commit: '[ci] release ${{ github.ref_name }}'
5560
title: '[ci] release ${{ github.ref_name }}'
5661
env:

Diff for: .github/workflows/changesets_snapshot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
changelog:
1212
runs-on: ubuntu-latest
1313
if: github.repository_owner == 'shopify' && github.ref_name != 'latest'
14+
permissions:
15+
contents: write
16+
packages: write
17+
id-token: write
1418
name: Changelog Snapshot Release
1519
steps:
1620
- name: Checkout the code

0 commit comments

Comments
 (0)