Skip to content

Commit f53e92b

Browse files
committed
Add actions: read permission to tag & release workflow
This is required for the serialisation feature added in stackhpc/.github#24.
1 parent 6ab181d commit f53e92b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/source-repo-sync/templates/tag-and-release.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Tag & Release
55
branches:
66
- stackhpc/{{workflow_manifest.branch}}
77
permissions:
8+
actions: read
89
contents: write
910
jobs:
1011
tag-and-release:

0 commit comments

Comments
 (0)