Skip to content

Commit

Permalink
Add PAT to automatically commit release notes to CHANGELOG.md (#695)
Browse files Browse the repository at this point in the history
* Add PAT to automatically commit release notes to CHANGELOG

* test this action before merging

* Revert "test this action before merging"

This reverts commit 98cc35c.

* Revert "Revert "test this action before merging""

This reverts commit bb324d9.

* Revert "Revert "Revert "test this action before merging"""

This reverts commit 1b3f81e.
  • Loading branch information
JulioAPeraza authored Jun 8, 2022
1 parent 2b9229f commit 95f9bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
ref: main

- name: Update Changelog
Expand Down

0 comments on commit 95f9bce

Please sign in to comment.