Skip to content

Commit

Permalink
chore: Add content write permissions to release notes workflow (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdhalees authored Nov 15, 2022
1 parent 2fcaf95 commit 72548f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-gh-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
required: true
description: 'npm package of the release repo'
type: string

permissions:
contents: write

jobs:
release:
uses: cloudscape-design/.github/.github/workflows/release-gh-notes.yml@main
Expand Down

0 comments on commit 72548f0

Please sign in to comment.