Skip to content

Commit

Permalink
Merge pull request #1292 from ml5js/joeyklee.devops-debugging
Browse files Browse the repository at this point in the history
chore: try to push with pat
  • Loading branch information
joeyklee authored Feb 3, 2022
2 parents 32722f4 + f2d53af commit 9568699
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/debugging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Debugging
on:
push:
branches:
- joeyklee.devops-publish-workflow
- joeyklee.devops-debugging

jobs:
debugging:
Expand Down Expand Up @@ -31,21 +31,21 @@ jobs:
- run: echo "bumping package to ${{ steps.latest_release.outputs.release }}"
# bump the package version
# - run: echo "name ${{ steps.release_drafter.outputs.name }}"
# - run: npm run update:packageVersion ${{ steps.release_drafter.outputs.name }}
- run: npm run update:packageVersion ${{ steps.latest_release.outputs.release }}
# # update the readme
# - run: npm run update:readme
- run: npm run update:readme
# # install to update package-lock.json
# # - run: npm ci
# - name: Commit
# run: |
# git config --global user.name 'ml5'
# git config --global user.email '[email protected]'
# git commit -am "bumps package, readme, and package-lock"
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.ref }}
# - run: npm ci
- name: Commit
run: |
git config --global user.name 'ml5'
git config --global user.email '[email protected]'
git commit -am "bumps package, readme, and package-lock"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.ML5_LIBRARY_PAT }}
branch: ${{ github.ref }}
# - run: echo "passed npm ci"
# run the build
# - run: npm run build
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.








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








Expand Down

0 comments on commit 9568699

Please sign in to comment.