Skip to content

Commit d979f86

Browse files
author
Ian Walter
authored
Update changeset.yml
1 parent 558c0a0 commit d979f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/changeset.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Changeset
22
on:
33
pull_request:
4-
types: [labeled]
4+
types: [labeled, synchronize]
55
jobs:
66
changeset:
77
runs-on: ubuntu-latest
8-
container:
9-
image: node:15.4-buster
108
timeout-minutes: 5
119
steps:
1210
- name: Checkout
@@ -16,6 +14,8 @@ jobs:
1614
persist-credentials: false
1715
- name: Add Changeset
1816
uses: generates/[email protected]
17+
with:
18+
token: ${{ secrets.GH_PAT }}
1919
- name: Commit Changes
2020
uses: generates/[email protected]
2121
with:

0 commit comments

Comments
 (0)