Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nightly-release: Fix rtl-repo-sync permission error. (#1280)
Whoops, #1271 broke the nightly build: ``` github/workflows/nightly-release.yml (Line: 10, Col: 3): Error calling workflow 'chipsalliance/caliptra-sw/.github/workflows/rtl-repo-sync.yml@d51627a'. The workflow is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'. ``` Give the rtl-repo-sync job the necessary permissions to create the pull-request.
- Loading branch information