Skip to content

Commit

Permalink
chore(extension-release-published.yml): add required permissions for …
Browse files Browse the repository at this point in the history
…the workflow to write to contents and pull requests
  • Loading branch information
jandroav committed Aug 2, 2023
1 parent 02fc6d8 commit 677e8cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ on:
SONATYPE_TOKEN:
description: 'SONATYPE_TOKEN from the caller workflow'
required: true

permissions:
contents: write
pull-requests: write

jobs:

release:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 677e8cb

Please sign in to comment.