Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent 7f1ba45 commit 789dfe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ on:
env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

permissions:
contents: write
pull-requests: write

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts the next Release notes as Pull Requests are merged into "main"
Expand Down

0 comments on commit 789dfe6

Please sign in to comment.