Skip to content

Commit

Permalink
Bump octokit from 2.1.0 to 3.1.2 (woocommerce#42891)
Browse files Browse the repository at this point in the history
* Bump octokit from 2.1.0 to 3.1.2

Bumps [octokit](https://github.com/octokit/octokit.js) from 2.1.0 to 3.1.2.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v2.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Rename env variable

* Add changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Lane <[email protected]>
  • Loading branch information
dependabot[bot] and Jon Lane authored Apr 26, 2024
1 parent ded320d commit 3d8e20c
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:

- name: 'Send workflow dispatch'
env:
GITHUB_TOKEN: ${{ secrets.REPORTS_TOKEN }}
GH_TOKEN: ${{ secrets.REPORTS_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
RUN_ID: ${{ github.run_id }}
run: |
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:

- name: 'Publish reports'
env:
GITHUB_TOKEN: ${{ secrets.REPORTS_TOKEN }}
GH_TOKEN: ${{ secrets.REPORTS_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
RUN_ID: ${{ github.run_id }}
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: update

Update Octokit from 2.1.0 to 3.1.2 and updated variable names
Loading

0 comments on commit 3d8e20c

Please sign in to comment.