Skip to content

Commit 85d103f

Browse files
committed
fix permissions
1 parent c75310d commit 85d103f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
tags:
44
- '*'
55

6+
permissions:
7+
packages: write
8+
69
env:
710
DOTNET_VERSION: '10.0.x'
811
NUGET_REGISTRY_URL: https://nuget.pkg.github.com/devpikachu/index.json

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
tags:
44
- '*'
55

6+
permissions:
7+
contents: write
8+
69
env:
710
DOTNET_VERSION: '10.0.x'
811

0 commit comments

Comments
 (0)