Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent 2109d68 commit 30ab327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
build-and-release:
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
author_email: [email protected]
message: 'Update build'
add: 'bin/starred_search'
new_branch: ${{ github.event.inputs.version }}
branch: ${{ github.event.inputs.version }}
push: false

- name: Update version
Expand Down

0 comments on commit 30ab327

Please sign in to comment.