Skip to content

Commit 370e96e

Browse files
Fix github actions permissions
1 parent c3b5e4d commit 370e96e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/automated_release.rc_version.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ 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+
secrets: inherit
42+
permissions:
43+
checks: read
44+
contents: write
4145
needs: get_tag_name
4246
with:
4347
version: ${{ needs.get_tag_name.outputs.next_version }}

0 commit comments

Comments
 (0)