Skip to content

Commit 5bb78a7

Browse files
committed
chore: Cleanup
1 parent ab980eb commit 5bb78a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ship-it.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
# path between next and master
1515
fetch-depth: 0
1616
ref: next
17+
# This is required to allow the final push to trigger dependent workflows
18+
# (does token need write access to workflows? Let's find out)
19+
# See https://stackoverflow.com/a/64078507/1618881
1720
token: ${{ secrets.SHIP_IT_TOKEN }}
1821

1922
- name: Checkout master branch
@@ -33,5 +36,4 @@ jobs:
3336

3437
- name: Push updated master to origin
3538
if: steps.commits-to-ship.outputs.count != '0'
36-
run: |
37-
git push origin master
39+
run: git push origin master

0 commit comments

Comments
 (0)