Skip to content

Commit

Permalink
chore: update changelog workflow (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Sep 17, 2024
1 parent 20c586a commit fe763d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.BOT_PAT }}
- name: Update Changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.BOT_PAT }}
FILE_TO_COMMIT: CHANGELOG.md
DESTINATION_BRANCH: changelog-${{ github.run_id }}
run: |
Expand Down

0 comments on commit fe763d9

Please sign in to comment.