Skip to content

Commit da56267

Browse files
committed
chore(workflow): add permissions for package access in test.yaml
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
1 parent 7f13c3f commit da56267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test .NET solution or project
2-
permissions: {}
2+
permissions:
3+
packages: read
34
on:
45
workflow_dispatch:
56
push:

0 commit comments

Comments
 (0)