Skip to content

Commit f868cbf

Browse files
authored
ci(release): give permissions to create release as well
1 parent 2058418 commit f868cbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codetracer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ jobs:
737737
runs-on: [ self-hosted, nixos ]
738738
needs: [ push-tag ]
739739
if: ${{ ((startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, '-')) || needs.push-tag.outputs.tag != '') && !github.event['codetracer-ci'] }}
740+
permissions:
741+
contents: "write"
740742
steps:
741743
- name: Checkout
742744
uses: actions/checkout@v5

0 commit comments

Comments
 (0)