Skip to content

Commit 49c2a86

Browse files
committed
fix(ci): grant write permissions for contents in publish workflow
Update GitHub workflow permissions to allow writing repository tags during the publish process. Co-authored-by: llm-git <[email protected]> Ticket: BTC-2730
1 parent d8a2813 commit 49c2a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: publish
1616
permissions:
1717
id-token: write
18-
contents: read
18+
contents: write
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)