Skip to content

Commit

Permalink
Use PAT to open PR so workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 8, 2024
1 parent f50f618 commit 7cdc315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wf-prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.UCLAHS_CDS_REPO_READ_TOKEN }}
path: caller
add-paths: ${{ inputs.changelog }}
commit-message: ${{ steps.bump-changelog.outputs.commit_message }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- Pull request is created with separate token so workflows will run

## [0.0.1-rc.1] - 2024-08-05

### Added
Expand Down

0 comments on commit 7cdc315

Please sign in to comment.