Skip to content

Commit 5786c20

Browse files
Fix github actions permissions
1 parent c3b5e4d commit 5786c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/automated_release.rc_version.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
tag_and_release:
3939
name: Tag and release version ${{ needs.get_tag_name.outputs.next_version }} from branch ${{ github.ref_name }}
4040
uses: ./.github/workflows/tag.yml
41+
permissions:
42+
checks: read
43+
contents: write
4144
needs: get_tag_name
4245
with:
4346
version: ${{ needs.get_tag_name.outputs.next_version }}

0 commit comments

Comments
 (0)