Skip to content

Commit

Permalink
Permissions PR write
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 21, 2023
1 parent b118dbc commit 8ed49c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_publish_pypi_and_draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
name: Create draft release
needs: [build_publish_sdist_and_x86_64, build_publish_aarch64]
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: getsentry/action-github-app-token@v2
id: github-token
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/create_release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ env:
jobs:
create_release_pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: getsentry/action-github-app-token@v2
id: github-token
Expand Down

0 comments on commit 8ed49c5

Please sign in to comment.