Skip to content

Commit 8fab342

Browse files
authored
Merge pull request #19 from atakanatali/fix/gha-permissions
fix(ci): Add write content permissions for GITHUB_TOKEN
2 parents 1cd2a8b + 9d365aa commit 8fab342

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ env:
1717
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1818
DOTNET_CLI_TELEMETRY_OPTOUT: true
1919

20+
permissions:
21+
contents: write
22+
2023
jobs:
2124
publish:
2225
name: Build & Publish

0 commit comments

Comments
 (0)