Skip to content

Commit

Permalink
adding write permissions to for changeset workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Dec 13, 2023
1 parent 2b61175 commit 97eb4c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create_change_set_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ on:
jobs:
update-changelog:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
repository-projects: write
permissions: write-all
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 97eb4c9

Please sign in to comment.