Skip to content

Commit

Permalink
Workflows: Use Gutenberg token for version bump, changelog commits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored Mar 24, 2021
1 parent 94db813 commit fae319e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
token: ${{ secrets.GUTENBERG_TOKEN }}

- name: Compute old and new version
id: get_version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-release-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
ref: ${{ matrix.branch }}
token: ${{ secrets.GUTENBERG_TOKEN }}

- name: Update the Changelog to include the release notes
run: |
Expand Down

0 comments on commit fae319e

Please sign in to comment.