Skip to content

Commit 1a1144f

Browse files
AdnaneKhanshardgupta
authored andcommitted
[OSS-ONLY] ci: scope down permissions for manual_tags.yml (#4305)
This PR updates GitHub Actions workflows to use minimal required permissions instead of the default elevated permissions. Author: Adnan Khan
1 parent 60d5ad1 commit 1a1144f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual_tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
commit_hash:
1717
required: false
1818

19+
permissions:
20+
contents: write
21+
1922
jobs:
2023
create_tag:
2124
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)