Skip to content

Commit 9568699

Browse files
authored
Merge pull request #1292 from ml5js/joeyklee.devops-debugging
chore: try to push with pat
2 parents 32722f4 + f2d53af commit 9568699

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

.github/workflows/debugging.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Debugging
33
on:
44
push:
55
branches:
6-
- joeyklee.devops-publish-workflow
6+
- joeyklee.devops-debugging
77

88
jobs:
99
debugging:
@@ -31,21 +31,21 @@ jobs:
3131
- run: echo "bumping package to ${{ steps.latest_release.outputs.release }}"
3232
# bump the package version
3333
# - run: echo "name ${{ steps.release_drafter.outputs.name }}"
34-
# - run: npm run update:packageVersion ${{ steps.release_drafter.outputs.name }}
34+
- run: npm run update:packageVersion ${{ steps.latest_release.outputs.release }}
3535
# # update the readme
36-
# - run: npm run update:readme
36+
- run: npm run update:readme
3737
# # install to update package-lock.json
38-
# # - run: npm ci
39-
# - name: Commit
40-
# run: |
41-
# git config --global user.name 'ml5'
42-
# git config --global user.email '[email protected]'
43-
# git commit -am "bumps package, readme, and package-lock"
44-
# - name: Push changes
45-
# uses: ad-m/github-push-action@master
46-
# with:
47-
# github_token: ${{ secrets.GITHUB_TOKEN }}
48-
# branch: ${{ github.ref }}
38+
# - run: npm ci
39+
- name: Commit
40+
run: |
41+
git config --global user.name 'ml5'
42+
git config --global user.email '[email protected]'
43+
git commit -am "bumps package, readme, and package-lock"
44+
- name: Push changes
45+
uses: ad-m/github-push-action@master
46+
with:
47+
github_token: ${{ secrets.ML5_LIBRARY_PAT }}
48+
branch: ${{ github.ref }}
4949
# - run: echo "passed npm ci"
5050
# run the build
5151
# - run: npm run build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
5555

5656

5757

58+
59+
5860

5961

6062

@@ -93,6 +95,8 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
9395

9496

9597

98+
99+
96100

97101

98102

0 commit comments

Comments
 (0)