Skip to content

Commit 41e69bd

Browse files
committed
[build] Add empty permissions to parse-release-tag workflow
1 parent 24e8c1f commit 41e69bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/parse-release-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
description: 'The language (ruby, python, etc.) or "all" for full releases'
1919
value: ${{ jobs.parse.outputs.language }}
2020

21+
permissions: {}
22+
2123
jobs:
2224
parse:
2325
name: Parse Tag

0 commit comments

Comments
 (0)