Skip to content

Commit

Permalink
ci: Add more permissions to create_release.yml
Browse files Browse the repository at this point in the history
it's erroring out while creating a tag
  • Loading branch information
iamsergio committed Dec 16, 2024
1 parent 6991400 commit 294fa6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
required: true
description: "Desired numeric version (without any prefix/suffix)"

permissions:
contents: write
actions: write

jobs:
create_release:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 294fa6f

Please sign in to comment.